From: agaffney Date: Tue, 29 Jul 2008 02:24:00 +0000 (-0500) Subject: Cleanup remaining references to ${ARCH}/ without arch/ prefix X-Git-Tag: v3.4.10.902~61 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7db66a23dc1fc9ab276ddb34ae70ce0442a321da;p=genkernel.git Cleanup remaining references to ${ARCH}/ without arch/ prefix --- 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