diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2010-05-13 00:34:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:34:02 +0200 |
commit | 5c62b07327d228d05364d40e8db9bec19d5f8319 (patch) | |
tree | 60e2e39d5c4448d9653a1058c94224b11d6543fd /misc/bchunk/bchunk.SlackBuild | |
parent | 8f98604c7931b8218c93ca73fc7e3ab84e5fbc4a (diff) |
misc/bchunk: Updated for version 1.2.0
Diffstat (limited to 'misc/bchunk/bchunk.SlackBuild')
-rw-r--r-- | misc/bchunk/bchunk.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bchunk/bchunk.SlackBuild b/misc/bchunk/bchunk.SlackBuild index 23fe25612bfd..cc148285c40e 100644 --- a/misc/bchunk/bchunk.SlackBuild +++ b/misc/bchunk/bchunk.SlackBuild @@ -72,4 +72,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} |