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

@ -24,7 +24,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}"
python setup.py build || exit 100
python setup.py install --root=$PKG --prefix=/usr || exit 100