From 343fd1b63101b986f557bd4e014d93afb1290913 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 6 Nov 2013 10:40:35 +0100 Subject: graphics/graphviz: Fixed handling of LIBDIRSUFFIX in graphviz.ini. Signed-off-by: Matteo Bernardini --- graphics/graphviz/graphviz.SlackBuild | 5 +++-- graphics/graphviz/graphviz.ini | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'graphics/graphviz') 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 diff --git a/graphics/graphviz/graphviz.ini b/graphics/graphviz/graphviz.ini index 6561f21010..86c17067c5 100644 --- a/graphics/graphviz/graphviz.ini +++ b/graphics/graphviz/graphviz.ini @@ -8,5 +8,5 @@ ; In case you still prefer to use the wrapper class you have to ; include it using its absolute path: ; -- cgit v1.2.3