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

@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Id$
14 May 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
run find specifically in KCONFIG_DIR
13 May 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto-x86.conf:
Add i686/stage1.spec to stage list

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