diff options
author | Richard Ellis <rellis@dp100.com> | 2010-05-13 00:23:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:23:27 +0200 |
commit | b1458525dcc4ce8c9310ef8ad84a3e5c04431215 (patch) | |
tree | 3853b52281a90c43d7b00dd405ef36563a253604 /desktop/wmfire/wmfire.SlackBuild | |
parent | dac5338963af2577beaf9f74144e3020da4d0353 (diff) | |
download | slackbuilds-b1458525dcc4ce8c9310ef8ad84a3e5c04431215.tar.gz |
desktop/wmfire: Updated for version 1.2.3
Diffstat (limited to 'desktop/wmfire/wmfire.SlackBuild')
-rw-r--r-- | desktop/wmfire/wmfire.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmfire/wmfire.SlackBuild b/desktop/wmfire/wmfire.SlackBuild index 443460e17e..bab4baa2a7 100644 --- a/desktop/wmfire/wmfire.SlackBuild +++ b/desktop/wmfire/wmfire.SlackBuild @@ -78,4 +78,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |