mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-08-03 07:28:14 +00:00
updated build scripts
This commit is contained in:
@ -19,7 +19,7 @@ rm -rf "$PKG" || true
|
||||
mkdir -p "$PKG"
|
||||
|
||||
pushd $COMPILEAT 2>/dev/null||true
|
||||
tar -xvf "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
|
||||
extractarchive "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
|
||||
pushd "${TARNAME}-${VERSION}"
|
||||
python3 setup.py build||exit 100
|
||||
python3 setup.py install --optimize=1 --root=$PKG||exit 100
|
||||
|
Reference in New Issue
Block a user