summaryrefslogtreecommitdiffstats
path: root/system/xarchiver/xarchiver.SlackBuild
diff options
context:
space:
mode:
author Frank Caraballo2010-05-11 19:46:46 +0200
committer Robby Workman2010-05-11 19:46:46 +0200
commit006c7ae8877c138bb03e617ce714aaefdc255232 (patch)
treebe842ed8d35dd67e16d3cad499d1916c8d45788f /system/xarchiver/xarchiver.SlackBuild
parentd9185ef9d1b2760d21162e74fe19847f4125b75f (diff)
downloadslackbuilds-006c7ae8877c138bb03e617ce714aaefdc255232.tar.gz
system/xarchiver: Updated for version 0.4.6
Diffstat (limited to 'system/xarchiver/xarchiver.SlackBuild')
-rw-r--r--system/xarchiver/xarchiver.SlackBuild10
1 files changed, 3 insertions, 7 deletions
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