diff options
author | Beej Jorgensen <beej@beej.us> | 2010-05-13 00:28:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:28:10 +0200 |
commit | 257019c0bfe4545093d84f3674a76c2e7d208883 (patch) | |
tree | 33bb8a0f7047e7f209d184f1778017144609fd50 /graphics/pngcrush/pngcrush.SlackBuild | |
parent | ac86fd4903b6624421d9d213cbe54e0815216885 (diff) | |
download | slackbuilds-257019c0bfe4545093d84f3674a76c2e7d208883.tar.gz |
graphics/pngcrush: Updated for version 1.6.19
Diffstat (limited to 'graphics/pngcrush/pngcrush.SlackBuild')
-rw-r--r-- | graphics/pngcrush/pngcrush.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pngcrush/pngcrush.SlackBuild b/graphics/pngcrush/pngcrush.SlackBuild index ed51065040..25f1dbb212 100644 --- a/graphics/pngcrush/pngcrush.SlackBuild +++ b/graphics/pngcrush/pngcrush.SlackBuild @@ -61,4 +61,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} |