summaryrefslogtreecommitdiffstats
path: root/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild')
-rw-r--r--libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild b/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild
index 2d12bfd4a7..f423d9febe 100644
--- a/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild
+++ b/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild
@@ -8,12 +8,10 @@ VERSION=2.5.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# 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:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -39,7 +37,7 @@ fi
set -e
-rm -rf $PKG
+rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP