mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 13:55:24 +01:00
Use uppercase variables in kaem-era
lowercase variables are inconsistent, bring them into line with rest of live-bootstrap
This commit is contained in:
parent
f7c028b588
commit
1b47720cbc
22 changed files with 307 additions and 316 deletions
|
|
@ -14,7 +14,7 @@ mkdir build src
|
|||
cd build
|
||||
|
||||
# Extract
|
||||
cp ${distfiles}/${pkg}.tar.gz ../src/
|
||||
cp ${DISTFILES}/${pkg}.tar.gz ../src/
|
||||
ungz --file ../src/${pkg}.tar.gz --output ../src/${pkg}.tar
|
||||
untar --file ../src/${pkg}.tar
|
||||
cd ${pkg}
|
||||
|
|
@ -25,11 +25,11 @@ catm config.h
|
|||
catm patchlevel.h
|
||||
|
||||
# Build
|
||||
make -f Makefile PREFIX=${prefix}
|
||||
make -f Makefile PREFIX=${PREFIX}
|
||||
|
||||
# Install
|
||||
cp patch ${prefix}/bin/patch
|
||||
chmod 755 ${prefix}/bin/patch
|
||||
cp patch ${PREFIX}/bin/patch
|
||||
chmod 755 ${PREFIX}/bin/patch
|
||||
|
||||
cd ../..
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
|
|||
sha256sum -o ${pkg}.checksums \
|
||||
/usr/bin/patch
|
||||
|
||||
cp ${pkg}.checksums ${srcdir}
|
||||
cp ${pkg}.checksums ${SRCDIR}
|
||||
else
|
||||
sha256sum -c ${pkg}.checksums
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue