summaryrefslogtreecommitdiff
path: root/libraries/upscaledb/upscaledb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/upscaledb/upscaledb.SlackBuild')
-rw-r--r--libraries/upscaledb/upscaledb.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/upscaledb/upscaledb.SlackBuild b/libraries/upscaledb/upscaledb.SlackBuild
index 1c62889d64..a44ff36551 100644
--- a/libraries/upscaledb/upscaledb.SlackBuild
+++ b/libraries/upscaledb/upscaledb.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=upscaledb
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-release-$VERSION
+tar xvf $CWD/$PRGNAM-release-$VERSION.tar.gz
+cd $PRGNAM-release-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -69,6 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+./bootstrap.sh
CFLAGS="$SLKCFLAGS -DNDEBUG" \
CXXFLAGS="$SLKCFLAGS -DNDEBUG" \
./configure \