summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author dsomero2012-09-30 17:40:04 +0200
committer Robby Workman2012-10-01 03:01:08 +0200
commitcea506d946ec64a3439613bb739f97d757957cfc (patch)
treeb2426e0610454893084b59cfd1d35f19757843d4 /office
parent45697f5eb9e51a9a29ca54d3e47640f8267aabad (diff)
downloadslackbuilds-cea506d946ec64a3439613bb739f97d757957cfc.tar.gz
office/rednotebook: Fixed (Install doinst.sh)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/rednotebook/rednotebook.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/rednotebook/rednotebook.SlackBuild b/office/rednotebook/rednotebook.SlackBuild
index 20d3e04fd8..bfbf6c47f4 100644
--- a/office/rednotebook/rednotebook.SlackBuild
+++ b/office/rednotebook/rednotebook.SlackBuild
@@ -23,7 +23,7 @@
PRGNAM=rednotebook
VERSION=${VERSION:-1.1.6}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -81,6 +81,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}