From 2190ab2116e80a53673f466d1d48956c825f7efa Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Sat, 10 Sep 2016 12:27:41 -0700 Subject: [PATCH] Use system ccm64 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 7d8bad8..7e5c5a6 100755 --- a/build.sh +++ b/build.sh @@ -226,7 +226,7 @@ generate_package_files() { build_packages() { for pkg in "${pkg_list[@]}"; do msg "Building ${pkg}..." - run_cmd "cd \"${script_dir}/packages/${kernel_name}/${pkg}\" && ~/bin/ccm64 s && mksrcinfo" + run_cmd "cd \"${script_dir}/packages/${kernel_name}/${pkg}\" && ccm64 s && mksrcinfo" if [[ ${run_cmd_return} -ne 0 ]]; then error "A problem occurred building the package" exit 1 @@ -322,7 +322,7 @@ fi if have_command "update_chroot"; then msg "Updating the x86_64 clean chroot..." - run_cmd "~/bin/ccm64 u" + run_cmd "ccm64 u" fi