This commit is contained in:
emmett1
2017-10-26 00:14:16 +08:00
parent 5a89556fcd
commit ba3f62393d
2 changed files with 2 additions and 2 deletions

View File

@@ -714,7 +714,7 @@ main() {
NO_COLOR="$NO_COLOR" \
NO_BACKUP="$NO_BACKUP" \
NO_ORPHAN_CHECK="$NO_ORPHAN_CHECK" \
installpkg $PACKAGE_DIR/$PKGNAME
installpkg $PACKAGE_DIR/$PKGNAME || exitscript1
exitscript0
fi

View File

@@ -430,7 +430,7 @@ pushtoport() {
SOURCE_PKG="$SOURCE_PKG" \
OUTPUT_PKG="$OUTPUT_PKG" \
NO_COLOR="$NO_COLOR" \
buildpkg
buildpkg || exit 1
popd
break
fi