diff --git a/makedeb b/makedeb index 300bcc3..97e3ad1 100755 --- a/makedeb +++ b/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