From 603a07def39890cff902450d5ae0b460823ff509 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 6 Apr 2015 15:30:31 -0400 Subject: [PATCH] change the relative path for xcat-dep for build-ubunturepo to match the structure being set up in the new build environment in c910 --- build-ubunturepo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-ubunturepo b/build-ubunturepo index 707969045..15ccc42fa 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -95,8 +95,7 @@ curdir=`pwd` #define the dep source code path, core build target path and dep build target path local_core_repo_path="$curdir/../../xcat-core" -xcat_dep_path="$curdir/../../../xcat-dep/src/xcat-dep" -local_dep_repo_path="$curdir/../../../xcat-dep/xcat-dep" +local_dep_repo_path="$curdir/../../xcat-dep/xcat-dep" #define the url used for creating the source list file #define the upload dir used for uploading packages