diff options
author | Brent Eagles <brent@zeroc.com> | 2005-02-21 13:49:50 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-02-21 13:49:50 +0000 |
commit | e27a8e1090cd196b1c1c57cb5b955bbf317ddfce (patch) | |
tree | c959ab2cc9f34664585bf9bcd04bbf3e36424b45 /cpp/newmakebindist.py | |
parent | The bidir demo was missing from the demo project. (diff) | |
download | ice-e27a8e1090cd196b1c1c57cb5b955bbf317ddfce.tar.bz2 ice-e27a8e1090cd196b1c1c57cb5b955bbf317ddfce.tar.xz ice-e27a8e1090cd196b1c1c57cb5b955bbf317ddfce.zip |
fix typo in demo archive command
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 9bcbdc3b2b9..ee128c7bb8b 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -525,7 +525,7 @@ endif os.system("sh -c 'for f in `find Ice-" + version + "-demos/democs -name \"*.csproj\" ` ; do rm -rf $f ; done'") os.system("tar cvf Ice-" + version + "-demos.tar Ice-" + version + "-demos") - os.system("gzip -9 cvf Ice-" + version + "-demos.tar") + os.system("gzip -9 Ice-" + version + "-demos.tar") os.chdir(cwd) def makeInstall(buildDir, installDir, distro, clean): |