diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2015-10-02 13:47:51 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-10-02 13:47:51 +0000 |
| commit | b3a069d14c6b7b180555e2d6ad0fdf7bba2d0bcb (patch) | |
| tree | c5197e3fe999284077ca72e98d0c73713e059d2c /packaging | |
| parent | Use different method to find text to save when converting text to path. (diff) | |
| download | inkscape-b3a069d14c6b7b180555e2d6ad0fdf7bba2d0bcb.tar.gz inkscape-b3a069d14c6b7b180555e2d6ad0fdf7bba2d0bcb.zip | |
packaging/macosx: fix for bug #1502126 (support MacTeX on El Capitan)
(bzr r14391)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/Resources/bin/inkscape | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
