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:
parent
ab77175063
commit
bcf470deac
@ -916,7 +916,7 @@ cust_pkgng ( ) (
|
|||||||
mkdir -p ${NANO_WORLDDIR}/Pkg
|
mkdir -p ${NANO_WORLDDIR}/Pkg
|
||||||
(
|
(
|
||||||
cd "${NANO_PACKAGE_DIR}"
|
cd "${NANO_PACKAGE_DIR}"
|
||||||
find "${NANO_PACKAGE_LIST}" -print |
|
find ${NANO_PACKAGE_LIST} -print |
|
||||||
cpio -Ldumpv ${NANO_WORLDDIR}/Pkg
|
cpio -Ldumpv ${NANO_WORLDDIR}/Pkg
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user