diff options
Diffstat (limited to 'extra-tools/keystoneubuntu.sh')
-rwxr-xr-x | extra-tools/keystoneubuntu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-tools/keystoneubuntu.sh b/extra-tools/keystoneubuntu.sh index 490fefc..c2c0dc5 100755 --- a/extra-tools/keystoneubuntu.sh +++ b/extra-tools/keystoneubuntu.sh @@ -4,7 +4,7 @@ cd $(dirname $0) "wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz "tar" -xvzf 0.9.1.tar.gz -"cd" keystone* +"cd" keystone-0.9.1 "mkdir" build "cd" build ../make-share.sh |