From c620b71480d9d05b99b5c22a010dadb2948ea2bf Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 23 Apr 2012 11:15:13 +0000 Subject: PythonDistutilsBuildSystem: set --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 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): -- cgit v1.2.1