summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.30/210-find-portable.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-10 06:47:17 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-11 16:27:33 (GMT)
commit930fa77076874655179341433b4f8066deefb0b8 (patch)
treea4f0045b6706d203eb89ee22654b56d0f7448565 /patches/uClibc/0.9.30/210-find-portable.patch
parent83403825ee654bcf214a9329d429bcf9603acad5 (diff)
uClibc: Reduce supported versions
This commit reduces the number of supported versions to: * 0.9.33.2 * custom location Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/uClibc/0.9.30/210-find-portable.patch')
-rw-r--r--patches/uClibc/0.9.30/210-find-portable.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/uClibc/0.9.30/210-find-portable.patch b/patches/uClibc/0.9.30/210-find-portable.patch
deleted file mode 100644
index 86c5ae3..0000000
--- a/patches/uClibc/0.9.30/210-find-portable.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- uClibc-0.9.30.orig/extra/scripts/install_headers.sh 2008-10-10 15:50:38.000000000 +0200
-+++ uClibc-0.9.30/extra/scripts/install_headers.sh 2011-08-21 09:49:03.000000000 +0200
-@@ -33,7 +33,7 @@
- (
- # We must cd, or else we'll prepend "$1" to filenames!
- cd "$1" || exit 1
--find ! -name '.' -a ! -path '*/.*' | sed -e 's/^\.\///' -e '/^config\//d' \
-+find . ! -name '.' -a ! -path '*/.*' | sed -e 's/^\.\///' -e '/^config\//d' \
- -e '/^config$/d'
- ) | \
- (