diff --git a/install.sh b/install.sh index 2dcf66b..b5cab80 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ cd .. # Symbolic link executables to $PREFIX/bin echo "$TAG Symlinking binaries..." for x in bin/*; do - ln -s "$(pwd)/$x" "$PREFIX/$x" + ln -sf "$(pwd)/$x" "$PREFIX/$x" done # Cleanup build files