diff options
| author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-18 21:18:39 +0000 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-20 02:27:21 +0700 |
| commit | 8fe0a46f03ed180d2739df1a43fbf986a8fa070e (patch) | |
| tree | 5a9e2c0fd41feab41ed87f5329aba5b67f0c2639 /misc | |
| parent | a7538cf89d67e9576131c7cfff36a390f7e690f6 (diff) | |
misc/BISP: Fixed PKGTYPE.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/BISP/BISP.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/BISP/BISP.SlackBuild b/misc/BISP/BISP.SlackBuild index 8800485f8c..d04b105e68 100644 --- a/misc/BISP/BISP.SlackBuild +++ b/misc/BISP/BISP.SlackBuild @@ -118,4 +118,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.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |
