svn commit: trunk/uClibc/extra/scripts

aldot at uclibc.org aldot at uclibc.org
Fri Oct 10 13:50:38 UTC 2008


Author: aldot
Date: 2008-10-10 06:50:38 -0700 (Fri, 10 Oct 2008)
New Revision: 23655

Log:
- .. and don't install the config dir, too


Modified:
   trunk/uClibc/extra/scripts/install_headers.sh


Changeset:
Modified: trunk/uClibc/extra/scripts/install_headers.sh
===================================================================
--- trunk/uClibc/extra/scripts/install_headers.sh	2008-10-10 13:46:01 UTC (rev 23654)
+++ trunk/uClibc/extra/scripts/install_headers.sh	2008-10-10 13:50:38 UTC (rev 23655)
@@ -33,7 +33,8 @@
 (
 # 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'
 ) | \
 (
 IFS=''




More information about the uClibc-cvs mailing list