mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Use the -f flag in gunzip and bunzip2
It allows unpacking hardlinked archives.
This commit is contained in:
parent
37b5b7bf4c
commit
206a31fa4c
9 changed files with 9 additions and 9 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue