summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index bb9857f2..717de7c8 100755
--- a/build.sh
+++ b/build.sh
@@ -76,6 +76,8 @@ if [ $(( ${BUILD_NFINI} + ${BUILD_NSKIP} )) -ge 0 ]\
wait;
find . -maxdepth 2 -type d \
-not -path . \
+ -not -path ./src/midipix_build \
+ -not -path ./src/midipix_build/\* \
-not -path ./${WORKDIR_BASENAME} \
-not -path ./${WORKDIR_BASENAME}/\* \
-not -path ./${PREFIX_BASENAME} \