Merge pull request #436 from Googulator/xz

Support early xz/lzma decompression, and use it wherever possible
This commit is contained in:
fosslinux 2024-02-15 07:51:13 +00:00 committed by GitHub
commit 9c1ae45bb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 41 additions and 34 deletions

View file

@ -40,7 +40,7 @@ done
if [ -e "/external/repo-preseeded/linux-4.9.10_0.tar.bz2" ]; then
# This is done in src_extract out of necessity usually -- I can't think of a better solution :(
rm -f "${DISTFILES}/linux-4.9.10.tar.gz"
rm -f "${DISTFILES}/linux-4.9.10.tar.xz"
fi
unset get_source_filename