Skip to content

Commit

Permalink
Linux: avoid overriding /usr/sbin if it is a symlink (close #888)
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Feb 5, 2022
1 parent 4ef324d commit 3cf9364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Setup/Linux/veracrypt_install_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ KTERM=0
case $PACKAGE_TYPE in
tar)
PACKAGE_INSTALLER=tar
PACKAGE_INSTALLER_OPTS='-C / --no-overwrite-dir -xpzvf'
PACKAGE_INSTALLER_OPTS='-C / --keep-directory-symlink --no-overwrite-dir -xpzvf'
;;
esac

Expand Down

0 comments on commit 3cf9364

Please sign in to comment.