summaryrefslogtreecommitdiffstats
path: root/system/xfsudo/xfsudo.SlackBuild
diff options
context:
space:
mode:
author Aaditya Bagga2015-05-10 11:04:13 +0200
committer Willy Sudiarto Raharjo2015-05-16 20:59:21 +0200
commit3f9eb644112bb08af8418a2c99c16b8876d29bcd (patch)
tree31d91922a7a9fb789faa36a271c4aa5458936faf /system/xfsudo/xfsudo.SlackBuild
parentf4f9ff58130d8bfe40c76b61cd13f9ca53d1fe01 (diff)
downloadslackbuilds-3f9eb644112bb08af8418a2c99c16b8876d29bcd.tar.gz
system/xfsudo: Updated for version 0.6.1.
Diffstat (limited to 'system/xfsudo/xfsudo.SlackBuild')
-rw-r--r--system/xfsudo/xfsudo.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/xfsudo/xfsudo.SlackBuild b/system/xfsudo/xfsudo.SlackBuild
index fe0ae2f196..38b96ddd2a 100644
--- a/system/xfsudo/xfsudo.SlackBuild
+++ b/system/xfsudo/xfsudo.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfsudo
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,9 +55,6 @@ find -L . \
make install DESTDIR=$PKG
-# Preserve config file
-mv $PKG/etc/xfsudo.conf $PKG/etc/xfsudo.conf.new
-
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
@@ -66,7 +63,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}