mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 04:45:23 +01:00
gzip: Regenerate crc table in util.c using makecrc
This commit is contained in:
parent
87601931b2
commit
247b2a2a89
6 changed files with 123 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue