Unquote NANO_PACKAGE_LIST so that it actually can be a list and so

that the default value of "*" works.
This commit is contained in:
phk 2016-03-21 08:30:58 +00:00
parent 86d336784d
commit 43915d0b49

View File

@ -916,7 +916,7 @@ cust_pkgng ( ) (
mkdir -p ${NANO_WORLDDIR}/Pkg
(
cd "${NANO_PACKAGE_DIR}"
find "${NANO_PACKAGE_LIST}" -print |
find ${NANO_PACKAGE_LIST} -print |
cpio -Ldumpv ${NANO_WORLDDIR}/Pkg
)