From 29ffcfb0b7e4102527d1937b7f5385e729b910c9 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Mon, 25 Jun 2012 18:04:25 -0400 Subject: [PATCH] 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 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bc34f4e9cc..b58f7153ac 100755 --- a/install.sh +++ b/install.sh @@ -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