mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
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:
parent
b1e3da4e46
commit
76217c6b0d
2 changed files with 7 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue