run find specifically in KCONFIG_DIR
svn path=/trunk/; revision=648
This commit is contained in:
parent
4bef18f55b
commit
8836f1615a
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
||||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Id$
|
# $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:
|
13 May 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto-x86.conf:
|
||||||
Add i686/stage1.spec to stage list
|
Add i686/stage1.spec to stage list
|
||||||
|
|
||||||
|
|
|
@ -142,8 +142,7 @@ for i in ${SPECS} ${OPTIONAL_SPECS}; do
|
||||||
cp --parents ${i} ${TMPDIR}/specs/
|
cp --parents ${i} ${TMPDIR}/specs/
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ${KCONFIG_DIR}
|
find ${KCONFIG_DIR} -type f -exec cp {} ${TMPDIR}/kconfig \;
|
||||||
find -type f -exec cp {} ${TMPDIR}/kconfig \;
|
|
||||||
|
|
||||||
cd ${TMPDIR}/specs
|
cd ${TMPDIR}/specs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue