mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2025-05-31 07:55:14 +02: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
|
||||
echo "$TAG Symlinking binaries..."
|
||||
mkdir -p "$PREFIX/bin"
|
||||
for x in bin/*; do
|
||||
ln -sf "$(pwd)/$x" "$PREFIX/$x"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue