mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-06-07 03:45:03 +02: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
|
# Symbolic link executables to $PREFIX/bin
|
||||||
echo "$TAG Symlinking binaries..."
|
echo "$TAG Symlinking binaries..."
|
||||||
for x in bin/*; do
|
for x in bin/*; do
|
||||||
ln -s "$(pwd)/$x" "$PREFIX/$x"
|
ln -sf "$(pwd)/$x" "$PREFIX/$x"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Cleanup build files
|
# Cleanup build files
|
||||||
|
|
Loading…
Add table
Reference in a new issue