Path must be relative here

This commit is contained in:
Renato Botelho 2017-09-18 08:47:57 -03:00
parent 1ec6f21769
commit 0f2ee2ebc5

View File

@ -164,7 +164,7 @@ build_all_kernels() {
echo ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area..." | tee -a ${LOGFILE}
core_pkg_create kernel-debug ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} \
"/usr/lib/debug/boot/kernel" \*.ko.debug
"./usr/lib/debug/boot/kernel" \*.ko.debug
rm -rf ${KERNEL_DESTDIR}/usr
echo ">>> Creating pkg of $KERNEL_NAME kernel to staging area..." | tee -a ${LOGFILE}