Fix unzip shim for libarchive.

This commit is contained in:
Mid Favila 2021-10-23 03:14:28 +00:00
parent 86976d11e9
commit 97077bbb92
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ 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"
install -Dm644 unzip "$1/usr/bin/unzip"
install -Dm755 unzip "$1/usr/bin/unzip"