Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-03-03 10:53:10 +07:00
parent 572cac18d5
commit 7c4de101ed

View file

@ -32,6 +32,7 @@ INST=1
# This is where all the compilation and final results will be placed
TMP=${TMP:-/tmp}
OUTPUT=${OUTPUT:-$TMP}
# This is the original directory where you started this script
CSBROOT=$(pwd)
@ -104,7 +105,7 @@ for dir in \
fi
# The real build starts here
sh ${package}.SlackBuild || exit 1
TMP=$TMP OUTPUT=$OUTPUT sh ${package}.SlackBuild || exit 1
if [ "$INST" = "1" ]; then
PACKAGE=`ls $TMP/${package}-${version}-*-${build}*.txz`
if [ -f "$PACKAGE" ]; then