From b3a069d14c6b7b180555e2d6ad0fdf7bba2d0bcb Mon Sep 17 00:00:00 2001 From: su_v Date: Fri, 2 Oct 2015 15:47:51 +0200 Subject: packaging/macosx: fix for bug #1502126 (support MacTeX on El Capitan) (bzr r14391) --- packaging/macosx/Resources/bin/inkscape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index dd6a888b7..7dacedac9 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -43,7 +43,7 @@ if [ -z "$INK_PATH_ORIG" ]; then # Fink # MacPorts (former DarwinPorts) # LaTeX distribution for Mac OS X - PATH_OTHER="/usr/texbin:/opt/local/bin:/sw/bin/:/usr/local/bin" + PATH_OTHER="/Library/TeX/texbin:/usr/texbin:/opt/local/bin:/sw/bin/:/usr/local/bin" # Put /usr/bin at beginning of path so we make sure we use Apple's python # over one that may be installed be Macports, Fink or some other means. -- cgit v1.2.3