wafsamba: fix blacklist handling in "make dist"
authorMichael Adam <obnox@samba.org>
Wed, 15 Feb 2012 15:07:54 +0000 (16:07 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 16 Feb 2012 11:07:50 +0000 (12:07 +0100)
buildtools/wafsamba/samba_dist.py

index a11a37cc1bf7595bddc531587aeebc38b3bd6cf9..79cb721b257a81ca2b516dc047c4e66a9d67e3b5 100644 (file)
@@ -141,7 +141,7 @@ def dist(appname='',version=''):
                 f = f[len(dir)+1:]
 
             # Remove files in the blacklist
-            if f in dist_blacklist:
+            if f in blacklist:
                 continue
             blacklisted = False
             # Remove directories in the blacklist