patches/uClibc/0.9.30/210-find-portable.patch
changeset 2627 b745004e1d29
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/uClibc/0.9.30/210-find-portable.patch	Mon Aug 22 09:38:19 2011 +0200
     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 + (