ソースを参照

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"