diff options
Diffstat (limited to 'dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch')
-rw-r--r-- | dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch b/dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch new file mode 100644 index 000000000000..de3f5262c6c6 --- /dev/null +++ b/dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch @@ -0,0 +1,14 @@ +--- docs/viewdocs-orig.py 2005-03-25 09:46:30.000000000 +0100 ++++ docs/viewdocs.py 2005-03-25 10:46:26.923038904 +0100 +@@ -14,7 +14,7 @@ + + # setup the args + args = ['', +- '--cache='+basePath, ++ '--cache=/tmp', + os.path.join(basePath, 'wx.zip'), + os.path.join(basePath, 'ogl.zip'), + ] + + + |