Update Deflate kludge in libarchive.
This commit is contained in:
parent
91998483de
commit
5029119ac6
@ -14,6 +14,5 @@ ln -s bsdcat "$1/usr/bin/cat"
|
|||||||
ln -s bsdcpio "$1/usr/bin/cpio"
|
ln -s bsdcpio "$1/usr/bin/cpio"
|
||||||
ln -s bsdtar "$1/usr/bin/tar"
|
ln -s bsdtar "$1/usr/bin/tar"
|
||||||
|
|
||||||
printf 'bsdtar xf "${1}"' > unzip
|
printf 'bsdtar xf "${1}"' > "$1/usr/bin/unzip"
|
||||||
chmod +x unzip
|
chmod +x "$1/usr/bin/unzip"
|
||||||
ln -s unzip "$1/usr/bin/unzip"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user