diff options
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 32a2afb2d29..e0fd0c487c4 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -486,7 +486,7 @@ def extractDemos(sources, buildDir, version, distro, demoDir): srcConfigDir = '%s/%s/config' % (os.getcwd(), distro) destConfigDir = '%s/Ice-%s-demos/config' % (buildDir, version) - if not demoDir in ['py', 'vb'] and os.path.exists(srcConfigDir): + if not demoDir in ['py', 'rb', 'vb'] and os.path.exists(srcConfigDir): for f in os.listdir(srcConfigDir): src = os.path.join(srcConfigDir, f) dest = os.path.join(destConfigDir, f) |