Added umask warning for openoffice

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1387 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2003-10-15 01:26:17 +00:00
parent c9b6a7942e
commit 4922911291

View File

@ -30,7 +30,11 @@ compiles all available languages.</para>
./configure --with-lang=ALL &amp;&amp;
cd ..</command></userinput></screen>
<para>Compile <application>OpenOffice</application> using the following commands.</para>
<para>Compile <application>OpenOffice</application> using the following
commands.</para>
<note><para>Openoffice fails to compile if the umask is set to something exotic.
Set umask to 022 if you normally set it to something else.</para></note>
<screen><userinput><command>./bootstrap &amp;&amp;
bash -c "source LinuxIntelEnv.Set.sh; dmake"</command></userinput></screen>