diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-27 19:51:11 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-27 19:51:11 -0300 |
commit | 24dcee62215c01dc300cee0758c77d76ba770296 (patch) | |
tree | 6a8b705f1b6c16e5767ee1e3821fa500872bd02c /office/zathura-ps/zathura-ps.SlackBuild | |
parent | 1270a5149c04ab6cf20833024bfe627a267bb556 (diff) | |
download | slackbuilds-24dcee62215c01dc300cee0758c77d76ba770296.tar.gz |
office/zathura-ps: Updated for version 0.2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/zathura-ps/zathura-ps.SlackBuild')
-rw-r--r-- | office/zathura-ps/zathura-ps.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/zathura-ps/zathura-ps.SlackBuild b/office/zathura-ps/zathura-ps.SlackBuild index 2d0b0d0dbb..e96cb4da0a 100644 --- a/office/zathura-ps/zathura-ps.SlackBuild +++ b/office/zathura-ps/zathura-ps.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=zathura-ps -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +65,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install 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} |