diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:41:21 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:41:21 +0200 |
commit | 67c881ec34202484a42b5bd8dc172f413a0b5568 (patch) | |
tree | dc635da78d81bddf763ada0682ada16845a30196 /system/pipemeter/pipemeter.SlackBuild | |
parent | 40407628323b0b3b8b004790e7ab86daee848424 (diff) | |
download | slackbuilds-67c881ec34202484a42b5bd8dc172f413a0b5568.tar.gz |
system/pipemeter: Updated for version 1.1.3
Diffstat (limited to 'system/pipemeter/pipemeter.SlackBuild')
-rw-r--r-- | system/pipemeter/pipemeter.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/pipemeter/pipemeter.SlackBuild b/system/pipemeter/pipemeter.SlackBuild index 37e1170087..5c505d88aa 100644 --- a/system/pipemeter/pipemeter.SlackBuild +++ b/system/pipemeter/pipemeter.SlackBuild @@ -59,4 +59,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} |