Ensure sources are always cleaned the same

Otherwise, in --repo mode, sources are not cleaned identically to how
they are in non --repo mode
This commit is contained in:
fosslinux 2024-01-24 14:35:55 +11:00
parent b1e3da4e46
commit 76217c6b0d
2 changed files with 7 additions and 1 deletions

View file

@ -7,7 +7,7 @@
src_unpack() {
mkdir "${pkg}"
mv "${DISTFILES}/deblob-4.9" "${pkg}/"
cp "${DISTFILES}/deblob-4.9" "${pkg}/"
default || true # Predictable link errors - not a problem
rm "${DISTFILES}/${pkg}.tar.gz"
}