changeset 3970:57e25cd3e76b

build-scons.mk: specify the install prefix src/build-scons.mk: specify --prefix option
author John Donoghue
date Tue, 16 Jun 2015 11:51:46 -0400
parents cdd15551e80e
children e1e6cb9b8b44
files src/build-scons.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-scons.mk	Tue Jun 16 11:47:14 2015 -0400
+++ b/src/build-scons.mk	Tue Jun 16 11:51:46 2015 -0400
@@ -20,5 +20,5 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && python setup.py install
+    cd '$(1)' && python setup.py install --prefix='$(BUILD_TOOLS_PREFIX)'
 endef