Support early xz/lzma decompression, and use it wherever possible

This commit is contained in:
Gábor Stefanik 2024-02-09 02:47:07 +01:00
parent 34cb6758d2
commit 65953732a0
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