mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-01-05 08:23:37 +01:00
override existing links at install
This commit is contained in:
parent
aec11eb598
commit
c07032e949
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue