summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-25 17:13:23 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-25 17:13:23 +0000
commit94a658dd612d731a2a00cbd4eb0fc1a9b06b1385 (patch)
treeff2d1aa6e0ef78e41f04f83e95235b876adb1e73 /build.sh
parente6f0f76f1621ffaa9a5f4a331efa2f2a99fb14a3 (diff)
downloadmidipix_build-94a658dd612d731a2a00cbd4eb0fc1a9b06b1385.tar.bz2
midipix_build-94a658dd612d731a2a00cbd4eb0fc1a9b06b1385.tar.xz
Exclude src/midipix_build{,/*} from being included in tarballs.
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} \