diff options
author | Brent Eagles <brent@zeroc.com> | 2005-09-19 16:48:40 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-09-19 16:48:40 +0000 |
commit | 491afae617927d52a9181f52565e2cde86f991f1 (patch) | |
tree | 7ecd2e74b1f4d5f199ce05fcfa940715a0d2e117 /php/makedist.py | |
parent | Refactoring (diff) | |
download | ice-491afae617927d52a9181f52565e2cde86f991f1.tar.bz2 ice-491afae617927d52a9181f52565e2cde86f991f1.tar.xz ice-491afae617927d52a9181f52565e2cde86f991f1.zip |
fix typo in makedist script
Diffstat (limited to 'php/makedist.py')
-rwxr-xr-x | php/makedist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/makedist.py b/php/makedist.py index 218d950f7cc..9beb494269a 100755 --- a/php/makedist.py +++ b/php/makedist.py @@ -116,7 +116,7 @@ os.system("zip -9r " + icephpver + ".zip " + icephpver) # # Copy files (README, etc.). # -shutil.copyfile(os.path.join(icever, "CHANGES"), "IcePHP-" + version + "-CHANGES") +shutil.copyfile(os.path.join(icephpver, "CHANGES"), "IcePHP-" + version + "-CHANGES") # # Done. |