Remove --root=/ in install script

Installing with --root=/ put the files outside of the egg directory,
which is not desired.

Change-Id: I40142d1a67c0ee12814e08e7b2846bee0ce4e32e
Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
This commit is contained in:
Jeff Peeler 2012-06-25 18:04:25 -04:00
parent d48c537760
commit 29ffcfb0b7
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ do
done
popd > /dev/null
./setup.py install --root=/ >/dev/null
./setup.py install >/dev/null
rm -rf build heat.egg-info