Explorar el Código

Don't assume 'src' directory when building

Alois Mahdal hace 8 años
padre
commit
07422a98ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/build.sh

+ 1
- 1
src/include/build.sh Ver fichero

@@ -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"