mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-28 04:23:39 +01:00
create PREFIX/bin before symlinking binaries
This commit is contained in:
parent
0c7154437d
commit
b9b571d73c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ cd ..
|
||||||
|
|
||||||
# Symbolic link executables to $PREFIX/bin
|
# Symbolic link executables to $PREFIX/bin
|
||||||
echo "$TAG Symlinking binaries..."
|
echo "$TAG Symlinking binaries..."
|
||||||
|
mkdir -p "$PREFIX/bin"
|
||||||
for x in bin/*; do
|
for x in bin/*; do
|
||||||
ln -sf "$(pwd)/$x" "$PREFIX/$x"
|
ln -sf "$(pwd)/$x" "$PREFIX/$x"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue