mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Avoid deleting sources that will be needed in future builds
This commit is contained in:
parent
9179f4bd01
commit
9042539165
4 changed files with 44 additions and 23 deletions
|
|
@ -6,14 +6,6 @@
|
|||
# XXX: Fix package after builder-hex0
|
||||
|
||||
src_unpack() {
|
||||
# Remove all previous source tarballs
|
||||
mkdir /tmp/keep
|
||||
for keep in deblob-4.9 ${pkg}.tar.gz musl-1.2.4.tar.gz curl-7.88.1.tar.bz2; do
|
||||
mv "${DISTFILES}/${keep}" /tmp/keep
|
||||
done
|
||||
rm -r "${DISTFILES}/"*
|
||||
mv /tmp/keep/* "${DISTFILES}"
|
||||
|
||||
mkdir "${pkg}"
|
||||
mv "${DISTFILES}/deblob-4.9" "${pkg}/"
|
||||
default || true # Predictable link errors - not a problem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue