Code

Allowed latex binaries to be detected by Inkscape on Mac OS X
authorjiho-sf <jiho-sf@users.sourceforge.net>
Thu, 5 Mar 2009 22:10:29 +0000 (22:10 +0000)
committerjiho-sf <jiho-sf@users.sourceforge.net>
Thu, 5 Mar 2009 22:10:29 +0000 (22:10 +0000)
The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works)

packaging/macosx/Resources/bin/inkscape

index e661c875463b78fbc6f6cd19e2eb17c20decc8c5..0cb96c50faa5528c1aa7f76d464cfae84f17bc29 100755 (executable)
@@ -20,7 +20,8 @@ TOP="`dirname \"$CWD\"`"
 #      newer python as recommended by MacPython http://www.python.org/download/mac/
 #      Fink
 #      MacPorts (former DarwinPorts)
-export PATH="/opt/local/bin:/sw/bin/:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:$CWD:$PATH"
+#  LaTeX distribution for Mac OS X
+export PATH=/usr/texbin:/opt/local/bin:/sw/bin/:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:$CWD:$PATH"
 
 # Setup PYTHONPATH to use python modules shipped with Inkscape
 ARCH=`arch`