diff options
author | Brent Eagles <brent@zeroc.com> | 2006-01-05 19:30:04 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-01-05 19:30:04 +0000 |
commit | b607b263d26223861e81d1ddf832681fded8a7f9 (patch) | |
tree | 9976d9569adbd72f03dcb7eb2ee6f287a463b96b /cpp/makebindist.py | |
parent | fixes for .NET 2.0 compatibility (diff) | |
download | ice-b607b263d26223861e81d1ddf832681fded8a7f9.tar.bz2 ice-b607b263d26223861e81d1ddf832681fded8a7f9.tar.xz ice-b607b263d26223861e81d1ddf832681fded8a7f9.zip |
Fixing a bug where the makebindist script wasn't makedist'ing vb
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 0eb7927b873..68c24b98c51 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -1065,7 +1065,7 @@ def main(): if collectSources: toCollect = list(sourceTarBalls) toCollect.append(('icevb', 'IceVB-' + version, 'vb')) - for cvs, tarball, demoDir in sourceTarBalls: + for cvs, tarball, demoDir in toCollect: collectSourceDistributions(cvsTag, sources, cvs, tarball) print ''' |