diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-13 00:27:51 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:27:51 +0200 |
commit | dae961120891ae1e637e7fa96d2b6b46d4c74a2f (patch) | |
tree | 68c837e6fecccef2134dc8675da0e510b733d22d /graphics/feh/feh.SlackBuild | |
parent | 21d49d4b47ff74e3f83032d5da333f330b61f35c (diff) | |
download | slackbuilds-dae961120891ae1e637e7fa96d2b6b46d4c74a2f.tar.gz |
graphics/feh: Updated for version 1.3.4
Diffstat (limited to 'graphics/feh/feh.SlackBuild')
-rw-r--r-- | graphics/feh/feh.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/feh/feh.SlackBuild b/graphics/feh/feh.SlackBuild index 97806d98f9..c163a40f69 100644 --- a/graphics/feh/feh.SlackBuild +++ b/graphics/feh/feh.SlackBuild @@ -91,4 +91,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} |