diff options
Diffstat (limited to 'system/mrxvt/mrxvt.SlackBuild')
-rw-r--r-- | system/mrxvt/mrxvt.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/mrxvt/mrxvt.SlackBuild b/system/mrxvt/mrxvt.SlackBuild index aa952319f2..d9c3019680 100644 --- a/system/mrxvt/mrxvt.SlackBuild +++ b/system/mrxvt/mrxvt.SlackBuild @@ -4,19 +4,16 @@ # Written by Paul Wisehart wise@lupulin.net -set -e PKGNAM=mrxvt VERSION=0.5.4 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} 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 @@ -45,6 +42,7 @@ else LIBDIRSUFFIX="" fi +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |