Browse Source

Don't assume 'src' directory when building

Alois Mahdal 8 years ago
parent
commit
07422a98ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/build.sh

+ 1
- 1
src/include/build.sh View File

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