From 006c7ae8877c138bb03e617ce714aaefdc255232 Mon Sep 17 00:00:00 2001 From: Frank Caraballo Date: Tue, 11 May 2010 19:46:46 +0200 Subject: system/xarchiver: Updated for version 0.4.6 --- system/xarchiver/xarchiver.SlackBuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'system/xarchiver/xarchiver.SlackBuild') diff --git a/system/xarchiver/xarchiver.SlackBuild b/system/xarchiver/xarchiver.SlackBuild index 4b39902526..e1d71e66bc 100644 --- a/system/xarchiver/xarchiver.SlackBuild +++ b/system/xarchiver/xarchiver.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Xarchiver -# Copyright 2007 Frank Caraballo fecaraballo@gmail.com +# Copyright 2007 Frank Caraballo fecaraballo[AT]gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ PRGNAM=xarchiver VERSION=0.4.6 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -46,7 +46,7 @@ cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION tar -xvf $CWD/$PRGNAM-$VERSION.tar.* || exit 1 cd $PRGNAM-$VERSION || exit 1 -chown -R root.root . +chown -R root:root . chmod -R u+w,go+r-w,a-s . CFLAGS="$SLKCFLAGS" \ @@ -73,9 +73,5 @@ mkdir -p $PKG/install cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc -# Fix icon path in .desktop file -sed -i 's#^Icon=\(.\+\)$#Icon=/usr/share/icons/hicolor/48x48/apps/\1.png#' \ - $PKG/usr/share/applications/$PRGNAM.desktop || exit 1 - cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz -- cgit v1.2.3