mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Path must be relative here
This commit is contained in:
parent
1ec6f21769
commit
0f2ee2ebc5
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user