summaryrefslogtreecommitdiffstats
path: root/misc/rsibreak/rsibreak.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rsibreak/rsibreak.SlackBuild')
-rw-r--r--misc/rsibreak/rsibreak.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/misc/rsibreak/rsibreak.SlackBuild b/misc/rsibreak/rsibreak.SlackBuild
index 90f24e00b2..4bc4af99a6 100644
--- a/misc/rsibreak/rsibreak.SlackBuild
+++ b/misc/rsibreak/rsibreak.SlackBuild
@@ -5,18 +5,16 @@
# Written by Roberto Neri <rneri@libero.it>
PRGNAM=rsibreak
-VERSION=0.11beta1
+VERSION=0.11
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCVERSION=0.11-beta1
-
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
-# Unless $ARCH is already set, use uname -m for all other archs:
+ # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -45,9 +43,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$SRCVERSION
-tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.bz2
-cd $PRGNAM-$SRCVERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \