Fix: wrong symbolic link

This commit is contained in:
leafee98 2023-03-25 21:04:22 +08:00
parent 50e9fafb0a
commit bcdd0ec481

View file

@ -138,7 +138,7 @@ function extract_source_single {
git --git-dir "${workspace}/${file_name}" --work-tree="${srcdir}" restore --source="${restore_source}" .
;;
*)
ln --symbolic $(realpath "${workspace}/${file_name}") "${srcdir}/${file_name}"
ln --symbolic $(realpath "${workspace}/${url}") "${srcdir}/${file_name}"
decompress_source_file "${file_name}"
;;
esac