patches/uClibc/0.9.30/210-find-portable.patch
changeset 3103 a8bf927f6e37
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/uClibc/0.9.30/210-find-portable.patch	Tue Nov 06 17:02:06 2012 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- uClibc-0.9.30.orig/extra/scripts/install_headers.sh	2008-10-10 15:50:38.000000000 +0200
     1.5 ++++ uClibc-0.9.30/extra/scripts/install_headers.sh	2011-08-21 09:49:03.000000000 +0200
     1.6 +@@ -33,7 +33,7 @@
     1.7 + (
     1.8 + # We must cd, or else we'll prepend "$1" to filenames!
     1.9 + cd "$1" || exit 1
    1.10 +-find ! -name '.' -a ! -path '*/.*' | sed -e 's/^\.\///' -e '/^config\//d' \
    1.11 ++find . ! -name '.' -a ! -path '*/.*' | sed -e 's/^\.\///' -e '/^config\//d' \
    1.12 + 	-e '/^config$/d'
    1.13 + ) | \
    1.14 + (