diff options
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 2d0b0d0dbb47..e96cb4da0a39 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} |