From 6b7c1ed5321f07aff161b84db89f73af80e55e90 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 19 Nov 2011 20:20:17 +0100 Subject: multimedia/gnupod: Fixed to use vendor_perl instead of site_perl Signed-off-by: Heinz Wiesinger --- multimedia/gnupod/gnupod.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'multimedia') diff --git a/multimedia/gnupod/gnupod.SlackBuild b/multimedia/gnupod/gnupod.SlackBuild index f7e937c116..0f075b00fd 100644 --- a/multimedia/gnupod/gnupod.SlackBuild +++ b/multimedia/gnupod/gnupod.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=gnupod VERSION=${VERSION:-0.99.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -51,6 +51,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# install to vendor_perl instead of site_perl +sed -i "s/\$INC\[0\]/\$INC\[2\]/g" \ + tools/gnupod_install.pl tools/getINC.pl + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3