Merge "Ensure cfn-* scripts are installed to /usr/local/bin."

This commit is contained in:
Jenkins 2013-05-17 22:59:23 +00:00 committed by Gerrit Code Review
commit acd6f161f5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ git clone --depth=1 https://github.com/openstack/heat-cfntools.git /opt/stack/he
pip install -r /opt/stack/heat-cfntools/tools/pip-requires
pushd /opt/stack/heat-cfntools
python setup.py install
python setup.py install --install-scripts=/usr/local/bin
popd
cfn-create-aws-symlinks --source /usr/local/bin