aboutsummaryrefslogtreecommitdiff
path: root/libraries/mdds/mdds.SlackBuild
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2020-10-28 10:39:19 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-31 11:15:44 +0700
commitae6fb7ebe1c4dc485a92713cd1747abaec4b56e6 (patch)
tree634b723121c79a847e048a186be0dce3c786b8bf /libraries/mdds/mdds.SlackBuild
parent9e9b7fe2c6d69b25d6bf60c905988926b4720fa8 (diff)
libraries/mdds: Updated for version 1.7.0.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mdds/mdds.SlackBuild')
-rw-r--r--libraries/mdds/mdds.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/mdds/mdds.SlackBuild b/libraries/mdds/mdds.SlackBuild
index 98925910032f0..c61a9e0227f4a 100644
--- a/libraries/mdds/mdds.SlackBuild
+++ b/libraries/mdds/mdds.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mdds
-# Copyright 2015-2019 Hunter Sezen California, USA
+# Copyright 2015-2020 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mdds
-VERSION=${VERSION:-1.5.0}
+VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,6 +49,8 @@ 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 {} \;
+autoreconf -fi
+
./configure \
--prefix=/usr \
--docdir=/usr/doc/$PRGNAM-$VERSION \