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:
n_hibma 2006-11-27 12:16:03 +00:00
parent 4251f122f6
commit c75497ed80

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
)