Revision 0f2ee2eb
Added by Renato Botelho over 7 years ago
tools/builder_common.sh | ||
---|---|---|
164 | 164 |
|
165 | 165 |
echo ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area..." | tee -a ${LOGFILE} |
166 | 166 |
core_pkg_create kernel-debug ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} \ |
167 |
"/usr/lib/debug/boot/kernel" \*.ko.debug |
|
167 |
"./usr/lib/debug/boot/kernel" \*.ko.debug
|
|
168 | 168 |
rm -rf ${KERNEL_DESTDIR}/usr |
169 | 169 |
|
170 | 170 |
echo ">>> Creating pkg of $KERNEL_NAME kernel to staging area..." | tee -a ${LOGFILE} |
Also available in: Unified diff
Path must be relative here