diff options
Diffstat (limited to 'office/kbgoffice/kbgoffice.SlackBuild')
-rw-r--r-- | office/kbgoffice/kbgoffice.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/kbgoffice/kbgoffice.SlackBuild b/office/kbgoffice/kbgoffice.SlackBuild index 97cad0b25b..ef76bd4512 100644 --- a/office/kbgoffice/kbgoffice.SlackBuild +++ b/office/kbgoffice/kbgoffice.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=kbgoffice VERSION=2.0 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -75,6 +75,7 @@ find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chown root:root {} \; -exec chm 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} |