summaryrefslogtreecommitdiff
path: root/php/makedist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-09-19 16:48:40 +0000
committerBrent Eagles <brent@zeroc.com>2005-09-19 16:48:40 +0000
commit491afae617927d52a9181f52565e2cde86f991f1 (patch)
tree7ecd2e74b1f4d5f199ce05fcfa940715a0d2e117 /php/makedist.py
parentRefactoring (diff)
downloadice-491afae617927d52a9181f52565e2cde86f991f1.tar.bz2
ice-491afae617927d52a9181f52565e2cde86f991f1.tar.xz
ice-491afae617927d52a9181f52565e2cde86f991f1.zip
fix typo in makedist script
Diffstat (limited to 'php/makedist.py')
-rwxr-xr-xphp/makedist.py2
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.