Clarification of IcedTea-Web symlink instrcutions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8861 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2011-02-19 20:53:52 +00:00
parent d3d92c8027
commit 7b305b088e

View File

@ -105,7 +105,10 @@ make</userinput></screen>
<title>Configuration Information</title>
<para>As the <systemitem class="username">root</systemitem> user, create a
symbolic link to the plugin from your browser(s) plugins directory.</para>
symbolic link to the plugin from your browser(s) plugins directory, where
<replaceable>&lt;arch&gt;</replaceable> is either
<filename class="directory">i386</filename> or
<filename class="directory">amd64</filename>:</para>
<screen><userinput role="root">ln -s ${JAVA_HOME}/jre/lib/&lt;<replaceable>arch</replaceable>&gt;/IcedTeaPlugin.so \
/usr/lib/mozilla/plugins/</userinput></screen>