]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix install.sh calling setup.py
authorSteven Hardy <shardy@redhat.com>
Mon, 19 Aug 2013 14:58:35 +0000 (15:58 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 19 Aug 2013 14:58:35 +0000 (15:58 +0100)
a25d888c914b417b2e7fba9bd497088b22a46309 broke install.sh due
to making the setup.py 644

Change-Id: I18e0340e4ae191eea68516b54483db72d93a7b2c

install.sh

index ef6d519f1b8cd1159bf896659d8ca1b5a4e5c237..efe1fac5b86794361023e8d99bf099d7ad784d44 100755 (executable)
@@ -74,5 +74,5 @@ install_dir() {
 
 install_dir etc $CONF_PREFIX
 
-./setup.py install >/dev/null
+python setup.py install >/dev/null
 rm -rf build heat.egg-info