From 69a4ace677ac013f6915b89976ace9853e743405 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 11 May 2010 22:24:22 +0200 Subject: libraries/rrdtool: Updated for version 1.2.19 --- libraries/rrdtool/rrdtool.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libraries/rrdtool') diff --git a/libraries/rrdtool/rrdtool.SlackBuild b/libraries/rrdtool/rrdtool.SlackBuild index d48c5bd747..ac41a784d6 100644 --- a/libraries/rrdtool/rrdtool.SlackBuild +++ b/libraries/rrdtool/rrdtool.SlackBuild @@ -13,6 +13,7 @@ VERSION=1.2.19 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + PYTHON=$( python -c 'import sys; print sys.version[:3]' ) PERL=$( eval "`perl -V:version`"; echo $version ) CWD=`pwd` @@ -44,9 +45,9 @@ RRDDOCDIR=/usr/doc/$PRGNAM-$VERSION \ ./configure \ --prefix=/usr \ --disable-static \ - --enable-perl-site-install + --with-perl-options='INSTALLDIRS=vendor' -make +make # Correct man paths in the Perl bindings. sed -r -i 's|/usr/share/man|/usr/man|g' bindings/perl-piped/Makefile -- cgit v1.2.3-80-g2a13