Shorten the KERNCONF filename to the basename in the install target as

well as in the build target, although it is not used in this target.
This commit is contained in:
Nick Hibma 2006-11-27 12:16:03 +00:00
parent a60e5bb6eb
commit e79fb5add3

View File

@ -205,7 +205,7 @@ install_kernel ( ) (
cd ${NANO_SRC}
${NANO_PMAKE} installkernel \
DESTDIR=${NANO_WORLDDIR} \
__MAKE_CONF=${NANO_MAKE_CONF} KERNCONF=${NANO_KERNEL} \
__MAKE_CONF=${NANO_MAKE_CONF} KERNCONF=`basename ${NANO_KERNEL}` \
> ${MAKEOBJDIRPREFIX}/_.ik 2>&1
)