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

@ -10,7 +10,7 @@ mkdir build
cd build
# Extract
gunzip ../src/${pkg}.tar.gz
gunzip -f ../src/${pkg}.tar.gz
tar xf ../src/${pkg}.tar
cd ${pkg}