Readd gunzip.

This commit is contained in:
Andrius Štikonas 2022-05-15 14:05:12 +01:00
parent fba7ecf96a
commit 6bf53927de

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 ../..