mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
Fix #4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
572cac18d5
commit
7c4de101ed
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue