From 681f8448ef8510a87e15aa16ba02a2779a108866 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Tue, 4 May 2004 09:29:13 +0000 Subject: [PATCH] Mathieu Doidy: scripts/functions: for packages using a Makefile.PL, make it install by default in /usr and not in /usr/local [2004042813253404108] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2861 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index 0e44853b1..4c92e827b 100644 --- a/scripts/functions +++ b/scripts/functions @@ -606,7 +606,7 @@ build_this_package() { else # styles that include a make run if [ ! -f Makefile -a ! -f makefile -a \ -f Makefile.PL -a $runmkpl = 1 ]; then - perl Makefile.PL + perl Makefile.PL INSTALLDIRS=perl fi # if [ ! -f Makefile -a ! -f makefile -a \