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

@ -21,7 +21,7 @@ mkdir -p "$PKG"
tar -xvf "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
pushd "${TARNAME}-${VERSION}"
python setup.py install --root=$PKG || exit 1
python setup.py install --root=$PKG || exit 100
popd
checketc "$PKG"