we've got a symlink issue again

This commit is contained in:
Starbeamrainbowlabs 2020-05-21 19:35:28 +01:00
parent 78aed87ddd
commit 57c1c79744
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -340,7 +340,7 @@ task_deploy() {
subtask_end $?;
subtask_begin "Unwinding symlinks";
find "${temp_dir}" -type l -not -path "./beta" -exec bash -c 'ln -f "$(readlink -m "$0")" "$0"' {} \;
find "${temp_dir}" -D exec -type l -not -path "./beta" -exec bash -c 'ln -f "$(readlink -m "$0")" "$0"' {} \;
subtask_end $?;
task_end $?;