From ba3f62393dbc18dbe9c67ab00a5d7a746feb240c Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 26 Oct 2017 00:14:16 +0800 Subject: [PATCH] updated --- buildpkg | 2 +- scratch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpkg b/buildpkg index 40ed8f1..9e3caff 100755 --- a/buildpkg +++ b/buildpkg @@ -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 diff --git a/scratch b/scratch index 45fbe5c..ef71ae8 100755 --- a/scratch +++ b/scratch @@ -430,7 +430,7 @@ pushtoport() { SOURCE_PKG="$SOURCE_PKG" \ OUTPUT_PKG="$OUTPUT_PKG" \ NO_COLOR="$NO_COLOR" \ - buildpkg + buildpkg || exit 1 popd break fi