mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Swap make and tar.
This commit is contained in:
parent
b9079045db
commit
e4f5342ee4
6 changed files with 55 additions and 59 deletions
|
|
@ -12,7 +12,7 @@ cd build
|
|||
# Extract
|
||||
cp ${distfiles}/${pkg}.tar.gz ../src/
|
||||
gunzip -f ../src/${pkg}.tar.gz
|
||||
tar xf ../src/${pkg}.tar
|
||||
untar ../src/${pkg}.tar
|
||||
cd ${pkg}
|
||||
|
||||
# Create .h files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue