diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-13 00:35:48 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:35:48 +0200 |
commit | b4fea017e34667a27e92465976a493b4570121d3 (patch) | |
tree | a1b5b5e82d8208afdea2e90233e31f9591ecf848 /network/bip/bip.SlackBuild | |
parent | de26c6e54ae410772a4d40de870f395ae65b6a49 (diff) | |
download | slackbuilds-b4fea017e34667a27e92465976a493b4570121d3.tar.gz |
network/bip: Updated for version 0.8.0
Diffstat (limited to 'network/bip/bip.SlackBuild')
-rw-r--r-- | network/bip/bip.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild index d3108d9153..d4cadc2f3a 100644 --- a/network/bip/bip.SlackBuild +++ b/network/bip/bip.SlackBuild @@ -102,4 +102,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} |