fix symlink to use relative path
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
b3b84d3df5
commit
9ae00b7813
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -29,4 +29,4 @@ if [ $(($num - 3)) -ge 1 ]; then
|
|||
rm -rf $(find . -mindepth 1 -maxdepth 1 -name 'blendOS-*' -type d | tail -n $(($num - 3)))
|
||||
fi
|
||||
|
||||
ln -sf $(find . -mindepth 1 -maxdepth 1 -name 'blendOS-*' -type d | head -n 1) /iso/latest
|
||||
ln -sf $(find . -mindepth 1 -maxdepth 1 -type d | head -n 1) ./latest
|
||||
|
|
Loading…
Reference in a new issue