Update Deflate kludge in libarchive.

This commit is contained in:
Mid Favila 2021-07-30 18:37:20 +00:00
parent 5029119ac6
commit 30b6bcc1b2
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +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}"' > "$1/usr/bin/unzip"
printf '/bin/sh -e\n\nbsdtar xf "${1}"' > "$1/usr/bin/unzip"
chmod +x "$1/usr/bin/unzip"