Use the -f flag in gunzip and bunzip2

It allows unpacking hardlinked archives.
This commit is contained in:
Dor Askayo 2021-12-31 21:30:44 +02:00
parent 37b5b7bf4c
commit 206a31fa4c
9 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@ cd build
lexdir=/lex
# Extract
bunzip2 ../src/${pkg}.tar.bz2
bunzip2 -f ../src/${pkg}.tar.bz2
tar xf ../src/${pkg}.tar ${pkg}/yacc ${pkg}/lex
cd ${pkg}