diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2010-05-13 00:29:46 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:29:46 +0200 |
commit | 661938f371a5faa5439ae156e44216e2eca387ac (patch) | |
tree | e42dc577d3ffa756c9d40eecef1171c391ebbb0e /libraries/gtkhtml/gtkhtml.SlackBuild | |
parent | b4f210f209cb34337bcd42033e2b8c6051459497 (diff) | |
download | slackbuilds-661938f371a5faa5439ae156e44216e2eca387ac.tar.gz |
libraries/gtkhtml: Updated for version 3.18.3
Diffstat (limited to 'libraries/gtkhtml/gtkhtml.SlackBuild')
-rw-r--r-- | libraries/gtkhtml/gtkhtml.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gtkhtml/gtkhtml.SlackBuild b/libraries/gtkhtml/gtkhtml.SlackBuild index 6ab08609b4..76a56f9f67 100644 --- a/libraries/gtkhtml/gtkhtml.SlackBuild +++ b/libraries/gtkhtml/gtkhtml.SlackBuild @@ -99,4 +99,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} |