瀏覽代碼

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

Bernhard Reutner-Fischer 15 年之前
父節點
當前提交
840d49dc03
共有 1 個文件被更改,包括 2 次插入1 次删除
  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=''