diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-12 22:44:11 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:57:56 -0600 |
commit | 811c8a468584f29df018d5b526c998e1b2b0553c (patch) | |
tree | c7fb02035c2293b346be98d69b6939cc0cf75c12 | |
parent | 0ef0e0c397071b7ea90a6e5fd63b1c68c04d3f3c (diff) | |
download | slackbuilds-811c8a468584f29df018d5b526c998e1b2b0553c.tar.gz |
ham/linpsk: Fixed PKGTYPE.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | ham/linpsk/linpsk.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ham/linpsk/linpsk.SlackBuild b/ham/linpsk/linpsk.SlackBuild index 43051a6da4..b5997033d6 100644 --- a/ham/linpsk/linpsk.SlackBuild +++ b/ham/linpsk/linpsk.SlackBuild @@ -93,4 +93,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${PKGTYPE:-.tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |