run find specifically in KCONFIG_DIR

svn path=/trunk/; revision=648
This commit is contained in:
Andrew Gaffney 2009-05-14 02:49:40 +00:00
parent 4bef18f55b
commit 8836f1615a
2 changed files with 4 additions and 2 deletions

View file

@ -142,8 +142,7 @@ for i in ${SPECS} ${OPTIONAL_SPECS}; do
cp --parents ${i} ${TMPDIR}/specs/
done
cd ${KCONFIG_DIR}
find -type f -exec cp {} ${TMPDIR}/kconfig \;
find ${KCONFIG_DIR} -type f -exec cp {} ${TMPDIR}/kconfig \;
cd ${TMPDIR}/specs