summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildsystem.py')
-rw-r--r--morphlib/buildsystem.py2
1 files changed, 1 insertions, 1 deletions
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):