From 4922911291ab3272e6543bc4a0926e67665f080f Mon Sep 17 00:00:00 2001 From: Tushar Teredesai Date: Wed, 15 Oct 2003 01:26:17 +0000 Subject: [PATCH] Added umask warning for openoffice git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1387 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- xsoft/suites/openoffice/openoffice-inst.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xsoft/suites/openoffice/openoffice-inst.xml b/xsoft/suites/openoffice/openoffice-inst.xml index b21e14de25..aea737f8dd 100644 --- a/xsoft/suites/openoffice/openoffice-inst.xml +++ b/xsoft/suites/openoffice/openoffice-inst.xml @@ -30,7 +30,11 @@ compiles all available languages. ./configure --with-lang=ALL && cd .. -Compile OpenOffice using the following commands. +Compile OpenOffice using the following +commands. + +Openoffice fails to compile if the umask is set to something exotic. +Set umask to 022 if you normally set it to something else. ./bootstrap && bash -c "source LinuxIntelEnv.Set.sh; dmake"