From 5e862dd1f6841b0714505b129a514a1a2cff926b Mon Sep 17 00:00:00 2001 From: su_v Date: Thu, 21 Aug 2014 15:44:13 +0200 Subject: add custom ports for Inkscape.app (Python 2.6.1 to be used on Leopard and SL, UniConvertor 1.1.5) (bzr r13506.1.39) --- .../lang/python26/files/patch-Mac-Tools-Doc-setup.py.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packaging/macosx/ports/lang/python26/files/patch-Mac-Tools-Doc-setup.py.diff (limited to 'packaging/macosx/ports/lang/python26/files/patch-Mac-Tools-Doc-setup.py.diff') diff --git a/packaging/macosx/ports/lang/python26/files/patch-Mac-Tools-Doc-setup.py.diff b/packaging/macosx/ports/lang/python26/files/patch-Mac-Tools-Doc-setup.py.diff new file mode 100644 index 000000000..63e4e11d2 --- /dev/null +++ b/packaging/macosx/ports/lang/python26/files/patch-Mac-Tools-Doc-setup.py.diff @@ -0,0 +1,11 @@ +--- Mac/Tools/Doc/setup.py.diff 2008-03-29 09:24:25.000000000 -0600 ++++ Mac/Tools/Doc/setup.py 2008-10-04 19:53:40.000000000 -0600 +@@ -30,7 +30,7 @@ + + MAJOR_VERSION='2.4' + MINOR_VERSION='2.4.1' +-DESTDIR='/Applications/MacPython-%s/PythonIDE.app/Contents/Resources/English.lproj/PythonDocumentation' % MAJOR_VERSION ++DESTDIR='@@APPLICATIONS_DIR@@/MacPython-%s/PythonIDE.app/Contents/Resources/English.lproj/PythonDocumentation' % MAJOR_VERSION + + class DocBuild(build): + def initialize_options(self): -- cgit v1.2.3