Update Deflate kludge in libarchive.

This commit is contained in:
Mid Favila 2021-07-30 18:32:31 +00:00
parent 91998483de
commit 5029119ac6
1 changed files with 2 additions and 3 deletions

View File

@ -14,6 +14,5 @@ ln -s bsdcat "$1/usr/bin/cat"
ln -s bsdcpio "$1/usr/bin/cpio"
ln -s bsdtar "$1/usr/bin/tar"
printf 'bsdtar xf "${1}"' > unzip
chmod +x unzip
ln -s unzip "$1/usr/bin/unzip"
printf 'bsdtar xf "${1}"' > "$1/usr/bin/unzip"
chmod +x "$1/usr/bin/unzip"