comparison src/build-scons.mk @ 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 566fd51378f2
children 3b5c1bab1012
comparison
equal deleted inserted replaced
3969:cdd15551e80e 3970:57e25cd3e76b
18 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 18 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
19 echo $($(PKG)_VERSION) 19 echo $($(PKG)_VERSION)
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 cd '$(1)' && python setup.py install 23 cd '$(1)' && python setup.py install --prefix='$(BUILD_TOOLS_PREFIX)'
24 endef 24 endef