From 8a653a535f41249cf0b5cea098a3ca65641962a2 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 23 Apr 2012 13:19:31 +0000 Subject: CPANBuildSystem: use destdir --- 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 045616e4..7b000876 100644 --- a/morphlib/buildsystem.py +++ b/morphlib/buildsystem.py @@ -166,7 +166,7 @@ class CPANBuildSystem(BuildSystem): self.test_commands = [ ] self.install_commands = [ - 'make install', + 'make DESTDIR="$DESTDIR" install', ] def used_by_project(self, exists): -- cgit v1.2.1