Add Deflate kludge to libarchive.

This commit is contained in:
Mid Favila 2021-07-30 18:20:52 +00:00
parent bfaf11fdd3
commit 554d9f3c4c
2 changed files with 5 additions and 1 deletions

View File

@ -13,3 +13,7 @@ make DESTDIR="$1" install
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"

View File

@ -6,7 +6,7 @@ freetype-harfbuzz
gcc
gdk-pixbuf
glib
gtk+3
gtk+2
libX11
libXext
libXrender