summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild')
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild
index 9d144826cb25..6ba2e4c54e30 100644
--- a/sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild,v 1.2 2005/12/30 19:43:40 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.15_rc6.ebuild,v 1.3 2006/01/13 23:08:14 vapier Exp $
ETYPE="headers"
H_SUPPORTEDARCH="alpha amd64 arm hppa m68k ia64 ppc ppc64 s390 sh sparc x86"
@@ -23,7 +23,7 @@ wrap_headers_fix() {
do
echo -n " $1/"
cd ${S}/include/$1
- headers___fix $(find . -type f -mindepth 1 -print)
+ headers___fix $(find . -mindepth 1 -type f -print)
shift
done
echo