From 17ad24169ec202ef52f0cd98fc3cb69395ffb8b6 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Fri, 17 Jun 2011 12:47:49 +0200 Subject: [PATCH] Fix install.sh onedb dir --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 967345dd81..5e04b90324 100755 --- a/install.sh +++ b/install.sh @@ -185,7 +185,7 @@ LIB_DIRS="$LIB_LOCATION/ruby \ $LIB_LOCATION/ruby/cloud/econe \ $LIB_LOCATION/ruby/cloud/econe/views \ $LIB_LOCATION/ruby/cloud/occi \ - $LIB_LOCATION/onedb \ + $LIB_LOCATION/ruby/onedb \ $LIB_LOCATION/tm_commands \ $LIB_LOCATION/tm_commands/nfs \ $LIB_LOCATION/tm_commands/ssh \