This commit is contained in:
Mid Favila 2021-07-30 18:27:40 +00:00
commit 91998483de
1 changed files with 4 additions and 0 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"