From 6e628cb71e6bbf456fab0d51d268ea59fdfc2d0f Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Sun, 5 Apr 2015 11:17:01 +0530 Subject: system/xfsudo: Updated for version 0.5.1. Signed-off-by: Willy Sudiarto Raharjo --- system/xfsudo/xfsudo.SlackBuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'system/xfsudo/xfsudo.SlackBuild') 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 +# Copyright 2013-2015 Aaditya Bagga # 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 -- cgit v1.2.3