diff options
author | Renato Botelho <renato@netgate.com> | 2017-09-18 08:47:57 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-09-18 08:47:57 -0300 |
commit | 0f2ee2ebc533eaf7f2b542e91da3857f422b7c3b (patch) | |
tree | 08242e5d562c86f6ff645c1d70c6bd0d03676fca | |
parent | 1ec6f217695fd15e9d1e9b3c0b6829e4b86eda0c (diff) | |
download | pfsense-0f2ee2ebc533eaf7f2b542e91da3857f422b7c3b.zip pfsense-0f2ee2ebc533eaf7f2b542e91da3857f422b7c3b.tar.gz |
Path must be relative here
-rw-r--r-- | tools/builder_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh index e0cf706..de16986 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} |