Cleanup remaining references to ${ARCH}/ without arch/ prefix

cleanup-cruft
agaffney 17 years ago
parent 4de21c78df
commit 7db66a23dc

@ -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}"
}

@ -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

Loading…
Cancel
Save