diff options
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 81015ffe..203fd4eb 100644 --- a/scripts/functions +++ b/scripts/functions @@ -599,7 +599,7 @@ CT_ExtractAndPatch() { .tar) base=$(tar tf "${full_file}" |head -n 1 |cut -d / -f 1 || true);; esac CT_TestOrAbort "There was a problem when extracting '${file}'" -d "${base}" -o "${base}" != "${file}" - mv "${base}" "${file}" + ln -s "${base}" "${file}" fi # Kludge: outside this function, we wouldn't know if we had just extracted |