summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author dsomero2012-09-30 03:05:06 +0200
committer Robby Workman2012-10-01 03:01:03 +0200
commita1437bd04fa9feaca44abd7cc14da607d917f804 (patch)
tree99f870e33dddc468db5356e39018ddb9d7868ec8 /misc
parent1dfe76f9ae0efad4ff27958b4ed64c9541584938 (diff)
downloadslackbuilds-a1437bd04fa9feaca44abd7cc14da607d917f804.tar.gz
misc/html2ps: Fixed (Install doinst.sh for realz)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/html2ps/html2ps.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/html2ps/html2ps.SlackBuild b/misc/html2ps/html2ps.SlackBuild
index 482b132da2..e7a6a66f43 100644
--- a/misc/html2ps/html2ps.SlackBuild
+++ b/misc/html2ps/html2ps.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=html2ps
VERSION=${VERSION:-1.0b7}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -91,6 +91,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}