You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The options present in the 'ln' command differ between Linux and MacOS ('-r'
in the former creates a relative link from absolute paths, '-F' in the
latter forces overwriting an existing link). Drop use of these options in
packaging/installation scripts by instead explicitly specifying relative
paths and deleting existing links before calling 'ln', respectively.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments