diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-30 11:40:04 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-30 20:01:08 -0500 |
commit | cea506d946ec64a3439613bb739f97d757957cfc (patch) | |
tree | b2426e0610454893084b59cfd1d35f19757843d4 /office | |
parent | 45697f5eb9e51a9a29ca54d3e47640f8267aabad (diff) | |
download | slackbuilds-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.SlackBuild | 3 |
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} |