summaryrefslogtreecommitdiffstats
path: root/development/rarian/rarian.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/rarian/rarian.SlackBuild')
-rw-r--r--development/rarian/rarian.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/development/rarian/rarian.SlackBuild b/development/rarian/rarian.SlackBuild
index 308b2670ec..1a2a191ca3 100644
--- a/development/rarian/rarian.SlackBuild
+++ b/development/rarian/rarian.SlackBuild
@@ -35,7 +35,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rarian
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,6 +84,8 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
+#patch configure.ac
+sed -i 's/2.71/2.69/g' configure.ac
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \