Fix: wrong symbolic link
This commit is contained in:
parent
50e9fafb0a
commit
bcdd0ec481
2
makedeb
2
makedeb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue