diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-08-19 22:07:36 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-08-19 22:07:36 +0000 |
| commit | 2e808488728a059bf9c60f2de644cefc8b0cd92e (patch) | |
| tree | d656cf2938f032784215a6453f047004b32abbb3 /packaging | |
| parent | Fix typos in build scripts (see bug #1305427) (diff) | |
| download | inkscape-2e808488728a059bf9c60f2de644cefc8b0cd92e.tar.gz inkscape-2e808488728a059bf9c60f2de644cefc8b0cd92e.zip | |
Add /System/Library/Fonts back to fontconfig's directory list (see bug #1288672)
(bzr r13506.1.5)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/macosx/Resources/etc/fonts/fonts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Resources/etc/fonts/fonts.conf b/packaging/macosx/Resources/etc/fonts/fonts.conf index c8a008dab..476aca105 100644 --- a/packaging/macosx/Resources/etc/fonts/fonts.conf +++ b/packaging/macosx/Resources/etc/fonts/fonts.conf @@ -26,7 +26,7 @@ <dir>/usr/share/fonts</dir> <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/opt/local/share/fonts</dir> - <!-- <dir>/System/Library/Fonts</dir> --> + <dir>/System/Library/Fonts</dir> <dir>/Network/Library/Fonts</dir> <dir>/Library/Fonts</dir> <dir>~/Library/Fonts</dir> |
