From 87f895f2e6b78bbcb102d1036650ca56860039ed Mon Sep 17 00:00:00 2001 From: Suhas Joshi Date: Tue, 6 Jan 2015 10:49:09 -0800 Subject: [PATCH] Updating path to kvm --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4323aefc48..4ecf1cd2a9 100644 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ if test ! -d packages/KoreBuild; then fi if ! type k > /dev/null 2>&1; then - source setup/kvm.sh + source packages/KoreBuild/build/kvm.sh fi if ! type k > /dev/null 2>&1; then