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:
parent
a60e5bb6eb
commit
e79fb5add3
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user