updated scripts for 8.2

This commit is contained in:
K D Hedger
2018-05-11 16:10:08 +01:00
parent 0b7cdb0107
commit 109f38d525
488 changed files with 1222 additions and 1203 deletions

View File

@ -26,8 +26,8 @@ mkdir -p "$PKG"
pushd $COMPILEAT 2>/dev/null||true
tar -xvf "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
pushd "${TARNAME}-${VERSION}"
python setup.py build || exit 1
python setup.py install --root=$PKG --prefix=/usr || exit 1
python setup.py build || exit 100
python setup.py install --root=$PKG --prefix=/usr || exit 100
popd
checketc "$PKG"