Readd gunzip.

This commit is contained in:
Andrius Štikonas 2022-05-15 14:05:12 +01:00
parent fba7ecf96a
commit 6bf53927de
1 changed files with 2 additions and 0 deletions

View File

@ -30,7 +30,9 @@ make
# Install
cp gzip ${bindir}/gzip
cp gzip ${bindir}/gunzip
chmod 755 ${bindir}/gzip
chmod 755 ${bindir}/gunzip
cd ../..