summaryrefslogtreecommitdiffstats
path: root/graphics/graphviz/graphviz.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/graphviz.SlackBuild')
-rw-r--r--graphics/graphviz/graphviz.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild
index fe5df4add4..d9667330c5 100644
--- a/graphics/graphviz/graphviz.SlackBuild
+++ b/graphics/graphviz/graphviz.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=graphviz
VERSION=${VERSION:-2.34.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -91,7 +91,8 @@ make
make install-strip DESTDIR=$PKG
# Install config file for PHP.
-install -D -m 0644 $CWD/graphviz.ini $PKG/etc/php/graphviz.ini.new
+mkdir -p $PKG/etc/php
+sed "s|@LIBDIRSUFFIX@|$LIBDIRSUFFIX|" $CWD/graphviz.ini > $PKG/etc/php/graphviz.ini.new
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done