mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +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
|
|
@ -9,13 +9,10 @@ checksum-transcriber sources
|
|||
sha256sum -c sources.SHA256SUM
|
||||
|
||||
# Extract
|
||||
mkdir build src
|
||||
cd src
|
||||
ungz --file ${DISTFILES}/${pkg}.tar.gz --output ${pkg}.tar
|
||||
cd ..
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
untar --file ../src/${pkg}.tar
|
||||
ungz --file ${DISTFILES}/${pkg}.tar.gz --output ${pkg}.tar
|
||||
untar --file ${pkg}.tar
|
||||
cd ${pkg}
|
||||
|
||||
cp ../../files/custom_config.h include/fiwix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue