summaryrefslogtreecommitdiffstats
path: root/system/aqemu
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2011-03-20 19:31:55 -0400
committer Robby Workman <rworkman@slackbuilds.org>2011-03-24 19:23:11 -0500
commitb780e47d2730c3bf9f094569e5519285b02e3ced (patch)
tree8d365744c7601eeeccf061df2ea3bedd46081976 /system/aqemu
parentd4eb6c6d30fdc668f5789f70872cbf8391a0784b (diff)
downloadslackbuilds-b780e47d2730c3bf9f094569e5519285b02e3ced.tar.gz
slackbuilds-b780e47d2730c3bf9f094569e5519285b02e3ced.tar.xz
system/aqemu: Make .tgz not .txz package by default.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/aqemu')
-rw-r--r--system/aqemu/aqemu.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/aqemu/aqemu.SlackBuild b/system/aqemu/aqemu.SlackBuild
index 8282d8ffd3..4057e68b87 100644
--- a/system/aqemu/aqemu.SlackBuild
+++ b/system/aqemu/aqemu.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=aqemu
VERSION=${VERSION:-0.8.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -95,4 +95,4 @@ 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:-txz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}