updated build scripts

This commit is contained in:
K D Hedger
2020-02-11 15:01:07 +00:00
parent 50e4e79520
commit a68702b410
693 changed files with 701 additions and 701 deletions

View File

@ -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