diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-10-04 13:29:56 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-10-04 13:29:56 +0000 |
commit | f68aa30a718617385f589de7466a561e9877caa4 (patch) | |
tree | e9d83a7ce3905a78b878debfbf209ec92d0ee90e /www/linux-opera7/files | |
parent | Fix the docs installation. (diff) |
Add Acrobat Reader to the plugin path.
Notes
Notes:
svn path=/head/; revision=48429
Diffstat (limited to 'www/linux-opera7/files')
-rw-r--r-- | www/linux-opera7/files/opera.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/linux-opera7/files/opera.sh b/www/linux-opera7/files/opera.sh index 415bfa641779..815dcaa62df0 100644 --- a/www/linux-opera7/files/opera.sh +++ b/www/linux-opera7/files/opera.sh @@ -4,6 +4,7 @@ OPERA_PLUGIN_PATH="%%PREFIX%%/share/opera/plugins" for plugin_dir in \ %%PREFIX%%/lib/netscape-linux/plugins \ %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \ + %%PREFIX%%/Acrobat4/Browsers/intellinux \ ; do if [ -d "${plugin_dir}" ] ; then |