Don't version-suffix the fontconfig cache path

Everything else is put in ~/Library/Application Support/Aegisub/, so put
the fontconfig cache there as well instead of ~/Library/Application
Support/Aegisub-3.0/

Originally committed to SVN as r6813.
This commit is contained in:
Thomas Goyne 2012-05-17 05:22:46 +00:00
parent 015d533556
commit 7c203dd750
2 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,7 @@
<!-- Font cache directory list -->
<cachedir>~/Library/Application Support/Aegisub-@FONTCONFIG_VERSION_DATA@/font_cache</cachedir>
<cachedir>~/Library/Application Support/Aegisub/font_cache</cachedir>
<config>

View File

@ -1,6 +1,5 @@
s/@PLIST_VERSION@/@VERSION@/g
s/@PLIST_SVN_REVISION@/@SVN_REVISION@/g
s/@PLIST_BUILD_DATE@/@BUILD_DATE@/g
s/@FONTCONFIG_VERSION_DATA@/@AEGISUB_VERSION_DATA@/g
s/@PKG_DMG_STRING@/@DMG_STRING@/
s/@PKG_BUNDLE_STRING@/@BUNDLE_STRING@/