summaryrefslogtreecommitdiffstats
path: root/development/mysqlcc/mysqlcc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/mysqlcc/mysqlcc.SlackBuild')
-rw-r--r--development/mysqlcc/mysqlcc.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/mysqlcc/mysqlcc.SlackBuild b/development/mysqlcc/mysqlcc.SlackBuild
index ab1ac3058b..24022a6293 100644
--- a/development/mysqlcc/mysqlcc.SlackBuild
+++ b/development/mysqlcc/mysqlcc.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=mysqlcc
VERSION=0.9.8
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -20,7 +20,7 @@ if [ -z "$ARCH" ]; then
fi
CWD=$(pwd)
-TMP=${TMP:-/dev/shm}
+TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -43,7 +43,7 @@ set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM-$VERSION-src
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz
cd $PRGNAM-$VERSION-src
chown -R root:root .