From bc89082548660655f1c1bfbe87b70d852ecaa0b4 Mon Sep 17 00:00:00 2001 From: Emmanuel Papin Date: Sun, 21 Dec 2014 18:23:51 +0100 Subject: [PATCH] Refresh a patch in the debian directory --- distros/debian8/patches/01_vendor-perl.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/debian8/patches/01_vendor-perl.diff b/distros/debian8/patches/01_vendor-perl.diff index e2cb808b5..fe013a0f1 100644 --- a/distros/debian8/patches/01_vendor-perl.diff +++ b/distros/debian8/patches/01_vendor-perl.diff @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -443,10 +443,10 @@ +@@ -550,10 +550,10 @@ PERL_SITE_LIB=`perl -V:installsitelib | sed -e "s/.*='\(.*\)';/\1/"` PERL_LIB_PATH=`echo $PERL_SITE_LIB | sed -e "s|^$PERL_SITE_PREFIX||"` EXTRA_PERL_LIB="use lib '$prefix$PERL_LIB_PATH'; # Include custom perl install path"