瀏覽代碼

Don't assume 'src' directory when building

Alois Mahdal 8 年之前
父節點
當前提交
07422a98ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/include/build.sh

+ 1
- 1
src/include/build.sh 查看文件

@@ -115,7 +115,7 @@ build() {
115 115
     # Add meat to all skeletons
116 116
     #
117 117
     local srcpath
118
-    find src -type f -name '*.skel' \
118
+    find -type f -name '*.skel' \
119 119
      | while read srcpath;
120 120
        do
121 121
            _build1 "$srcpath"