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:
Poul-Henning Kamp 2016-03-21 08:30:58 +00:00
parent ab77175063
commit bcf470deac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297146

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
)