From 0f2ee2ebc533eaf7f2b542e91da3857f422b7c3b Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 18 Sep 2017 08:47:57 -0300 Subject: [PATCH] Path must be relative here --- tools/builder_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder_common.sh b/tools/builder_common.sh index e0cf706430..de16986032 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -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}