summaryrefslogtreecommitdiff
path: root/Tools/Python/MkFar.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Python/MkFar.py')
-rwxr-xr-xTools/Python/MkFar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Python/MkFar.py b/Tools/Python/MkFar.py
index bdecd2137c..e20bf4dd68 100755
--- a/Tools/Python/MkFar.py
+++ b/Tools/Python/MkFar.py
@@ -190,7 +190,7 @@ def makeFar(files, farname):
for spdfile in filelist:
content = farFileNode(man, inWorkspace(os.path.join(spdDir, spdfile)))
- zip.write(inWorkspace(os.path.join(spdDir, spdfile)), spdfile)
+ zip.write(inWorkspace(os.path.join(spdDir, spdfile)), os.path.join(spdDir,spdfile))
content.appendChild(man.createTextNode(lean(spdfile)))
packContents.appendChild(content)