mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Improve hygiene of kaem build scripts
This commit is contained in:
parent
9c1ae45bb8
commit
7dc9ebc71d
12 changed files with 37 additions and 49 deletions
|
|
@ -10,13 +10,13 @@ set -ex
|
|||
checksum-transcriber sources
|
||||
sha256sum -c sources.SHA256SUM
|
||||
|
||||
mkdir build src
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
# Extract
|
||||
unbz2 --file ${DISTFILES}/${pkg}.tar.bz2 --output ../src/${pkg}.tar
|
||||
untar --file ../src/${pkg}.tar
|
||||
rm ../src/${pkg}.tar
|
||||
unbz2 --file ${DISTFILES}/${pkg}.tar.bz2 --output ${pkg}.tar
|
||||
untar --file ${pkg}.tar
|
||||
rm ${pkg}.tar
|
||||
cd ${pkg}
|
||||
|
||||
# Create .h files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue