Browse Source

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

Bernhard Reutner-Fischer 15 years ago
parent
commit
840d49dc03
1 changed files with 2 additions and 1 deletions
  1. 2 1
      extra/scripts/install_headers.sh

+ 2 - 1
extra/scripts/install_headers.sh

@@ -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=''