summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/buildsystem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/buildsystem.py b/morphlib/buildsystem.py
index 8847ab4c..ab12e730 100644
--- a/morphlib/buildsystem.py
+++ b/morphlib/buildsystem.py
@@ -139,7 +139,7 @@ class PythonDistutilsBuildSystem(BuildSystem):
self.test_commands = [
]
self.install_commands = [
- 'python setup.py install --root "$DESTDIR"',
+ 'python setup.py install --prefix "$PREFIX" --root "$DESTDIR"',
]
def used_by_project(self, exists):