From de61437aae79c4f9f9f5d0d90b25eda798133b42 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 23 Apr 2012 15:35:15 +0000 Subject: CPANBuildSystem: use $PREFIX --- morphlib/buildsystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/buildsystem.py') diff --git a/morphlib/buildsystem.py b/morphlib/buildsystem.py index 7b000876..799f35cc 100644 --- a/morphlib/buildsystem.py +++ b/morphlib/buildsystem.py @@ -158,7 +158,7 @@ class CPANBuildSystem(BuildSystem): def __init__(self): self.configure_commands = [ - 'perl Makefile.PL', + 'perl Makefile.PL INSTALL_BASE="$PREFIX"', ] self.build_commands = [ 'make', -- cgit v1.2.1