aboutsummaryrefslogtreecommitdiff
path: root/libraries/goffice0.8/goffice0.8.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/goffice0.8/goffice0.8.SlackBuild')
-rw-r--r--libraries/goffice0.8/goffice0.8.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/goffice0.8/goffice0.8.SlackBuild b/libraries/goffice0.8/goffice0.8.SlackBuild
index c7e6de0d89cc..1d97fae58c60 100644
--- a/libraries/goffice0.8/goffice0.8.SlackBuild
+++ b/libraries/goffice0.8/goffice0.8.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=goffice0.8
VERSION=${VERSION:-0.8.17}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -113,6 +113,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
ln -s /usr/share/gtk-doc/html/goffice $PKG/usr/doc/$PRGNAM-$VERSION/html
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc