diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-25 17:13:23 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-25 17:13:23 +0000 |
commit | 94a658dd612d731a2a00cbd4eb0fc1a9b06b1385 (patch) | |
tree | ff2d1aa6e0ef78e41f04f83e95235b876adb1e73 | |
parent | e6f0f76f1621ffaa9a5f4a331efa2f2a99fb14a3 (diff) | |
download | midipix_build-94a658dd612d731a2a00cbd4eb0fc1a9b06b1385.tar.bz2 midipix_build-94a658dd612d731a2a00cbd4eb0fc1a9b06b1385.tar.xz |
Exclude src/midipix_build{,/*} from being included in tarballs.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} \ |