OSDN Git Service

- .. and don't install the config dir, too
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 10 Oct 2008 13:50:38 +0000 (13:50 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 10 Oct 2008 13:50:38 +0000 (13:50 -0000)
extra/scripts/install_headers.sh

index 49b4e1b..d38d853 100755 (executable)
@@ -33,7 +33,8 @@ fi
 (
 # 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=''