summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-10-05 13:14:49 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-10-05 13:14:49 +0000
commitcb12eeb5048b683a5ca00b1a10d664575f6ff4d3 (patch)
treea17cab52526fca89d1c4fc06390d91af29244a3c /app-text/acroread/files/gentoo_config
parentDelete old ebuilds. (diff)
downloadbetelgeuse-cb12eeb5048b683a5ca00b1a10d664575f6ff4d3.tar.gz
betelgeuse-cb12eeb5048b683a5ca00b1a10d664575f6ff4d3.tar.bz2
betelgeuse-cb12eeb5048b683a5ca00b1a10d664575f6ff4d3.zip
Add mozilla-firefox-bin as an option to acroread deps.
svn path=/; revision=174
Diffstat (limited to 'app-text/acroread/files/gentoo_config')
-rw-r--r--app-text/acroread/files/gentoo_config10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/acroread/files/gentoo_config b/app-text/acroread/files/gentoo_config
new file mode 100644
index 0000000..1ca8729
--- /dev/null
+++ b/app-text/acroread/files/gentoo_config
@@ -0,0 +1,10 @@
+# Enable this if you want Adobe Reader to cache Font-config fonts
+ACRO_ENABLE_FONT_CONFIG=1
+export ACRO_ENABLE_FONT_CONFIG
+
+# Enable this if you want to set the MOZILLA_COMP_PATH globally (for all the users)
+if [ -f "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config" ]; then
+ . "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config"
+ export MOZILLA_COMP_PATH
+fi
+