summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-01-18 21:14:18 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-20 02:27:21 +0700
commitfee41bd0e653198b1dce8857a53947e594b0fc4b (patch)
tree2f620e160aed040f2875c1b84026491cc5d644ec
parentcb64cf8a16f2104e05edc75b9a7f1d0bc005ea92 (diff)
downloadslackbuilds-fee41bd0e653198b1dce8857a53947e594b0fc4b.tar.gz
slackbuilds-fee41bd0e653198b1dce8857a53947e594b0fc4b.tar.xz
system/info2man: Fix PKGTYPE.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/info2man/info2man.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/info2man/info2man.SlackBuild b/system/info2man/info2man.SlackBuild
index 7d154a47f1..385cfd6ff8 100644
--- a/system/info2man/info2man.SlackBuild
+++ b/system/info2man/info2man.SlackBuild
@@ -65,4 +65,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}