mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
c9b6a7942e
commit
4922911291
@ -30,7 +30,11 @@ compiles all available languages.</para>
|
|||||||
./configure --with-lang=ALL &&
|
./configure --with-lang=ALL &&
|
||||||
cd ..</command></userinput></screen>
|
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 &&
|
<screen><userinput><command>./bootstrap &&
|
||||||
bash -c "source LinuxIntelEnv.Set.sh; dmake"</command></userinput></screen>
|
bash -c "source LinuxIntelEnv.Set.sh; dmake"</command></userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user