diff options
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 |
commit | b780e47d2730c3bf9f094569e5519285b02e3ced (patch) | |
tree | 8d365744c7601eeeccf061df2ea3bedd46081976 /system/aqemu | |
parent | d4eb6c6d30fdc668f5789f70872cbf8391a0784b (diff) | |
download | slackbuilds-b780e47d2730c3bf9f094569e5519285b02e3ced.tar.gz |
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.SlackBuild | 4 |
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} |