summaryrefslogtreecommitdiffstats
path: root/system/xfsudo/xfsudo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/xfsudo/xfsudo.SlackBuild')
-rw-r--r--system/xfsudo/xfsudo.SlackBuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/system/xfsudo/xfsudo.SlackBuild b/system/xfsudo/xfsudo.SlackBuild
index 89c8cfc871..fe0ae2f196 100644
--- a/system/xfsudo/xfsudo.SlackBuild
+++ b/system/xfsudo/xfsudo.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfsudo
-# Copyright 2013-2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
+# Copyright 2013-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,17 +23,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfsudo
-VERSION=${VERSION:-0.5}
+VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
+ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -64,7 +58,6 @@ make install DESTDIR=$PKG
# Preserve config file
mv $PKG/etc/xfsudo.conf $PKG/etc/xfsudo.conf.new
-# Compress man pages
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done