this is not related to this PR
This commit is contained in:
parent
f47bfce584
commit
fd807c68c0
@ -40,7 +40,7 @@ for ((n = 0; n < ${#objects[*]}; n++)); do
|
||||
symlink=${symlinks[$n]}
|
||||
if test "$symlink" != "none"; then
|
||||
mkdir -p $(dirname ./$symlink)
|
||||
ln -s --relative ./$object ./$symlink
|
||||
ln -s ./$object ./$symlink
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user