From 7db66a23dc1fc9ab276ddb34ae70ce0442a321da Mon Sep 17 00:00:00 2001 From: agaffney Date: Mon, 28 Jul 2008 21:24:00 -0500 Subject: [PATCH] Cleanup remaining references to ${ARCH}/ without arch/ prefix --- gen_arch.sh | 2 +- genkernel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_arch.sh b/gen_arch.sh index 387da50..ccd317d 100755 --- a/gen_arch.sh +++ b/gen_arch.sh @@ -39,7 +39,7 @@ get_official_arch() { UTILS_ARCH='sparc' fi - ARCH_CONFIG="${GK_SHARE}/${ARCH}/config.sh" + ARCH_CONFIG="${GK_SHARE}/arch/${ARCH}/config.sh" [ -f "${ARCH_CONFIG}" ] || gen_die "${ARCH} not yet supported by genkernel. Please add the arch-specific config file, ${ARCH_CONFIG}" } diff --git a/genkernel b/genkernel index 77170ed..9be5df4 100755 --- a/genkernel +++ b/genkernel @@ -101,7 +101,7 @@ get_official_arch # Read arch-specific config source ${ARCH_CONFIG} || gen_die "Could not read ${ARCH_CONFIG}" -source ${GK_SHARE}/${ARCH}/modules_load || gen_die "Could not read ${GK_SHARE}/${ARCH}/modules_load" +source ${GK_SHARE}/arch/${ARCH}/modules_load || gen_die "Could not read ${GK_SHARE}/arch/${ARCH}/modules_load" # Merge modules_load from config for group_modules in ${!AMODULES_*}; do -- 2.26.2