gzip: Regenerate crc table in util.c using makecrc

This commit is contained in:
Paul Dersey 2023-05-31 13:43:21 -04:00
parent 87601931b2
commit 247b2a2a89
6 changed files with 123 additions and 14 deletions

View file

@ -15,8 +15,8 @@ cd build
# Extract
cp ${distfiles}/${pkg}.tar.gz ../src/
gzip -d -f ../src/${pkg}.tar.gz
tar xf ../src/${pkg}.tar
ungz --file ../src/${pkg}.tar.gz --output ../src/${pkg}.tar
untar --file ../src/${pkg}.tar
cd ${pkg}
cp ../../mk/main.mk Makefile