shithub: aubio

Download patch

ref: 22dd9dc9d79471dd3a67674b95220e31270cd56f
parent: 2823389835532f2cf2e9f78ffc9f71dad8a8e435
author: Paul Brossier <piem@piem.org>
date: Thu Oct 17 09:03:58 EDT 2013

wscript: also exclude zips

--- a/wscript
+++ b/wscript
@@ -250,7 +250,8 @@
 def dist(ctx):
     ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
     ctx.excl += ' **/build/*'
-    ctx.excl += ' **/python/gen **/python/build **/python/dist **/**.tar.bz2'
+    ctx.excl += ' **/python/gen **/python/build **/python/dist'
+    ctx.excl += ' **/**.zip **/**.tar.bz2'
     ctx.excl += ' **/doc/full/*'
     ctx.excl += ' **/python/*.db'
     ctx.excl += ' **/python.old/*'