Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e928952180d1f8be9c8f944235d0ed407a24691f

commit e928952180d1f8be9c8f944235d0ed407a24691f
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Thu May 1 15:24:21 2008 +0200

openoffice.org-2.4-1-i686
- cosmetics in the buildscript (always use the "if not devel then foo else bar"
form)
- no rebuild

diff --git a/source/xapps/openoffice.org/FrugalBuild 
b/source/xapps/openoffice.org/FrugalBuild
index 3214002..5d7ea4e 100644
--- a/source/xapps/openoffice.org/FrugalBuild
+++ b/source/xapps/openoffice.org/FrugalBuild
@@ -145,10 +145,10 @@ build() {
export CFLAGS="$(echo $CFLAGS|sed 's/-O2/-O0/')"
export ARCH_FLAGS="$CFLAGS"

-       if Fuse $USE_DEVEL; then
-               Fconf --with-lang="en-US de es fr hu" 
--enable-separate-helpcontent
-       else
+       if ! Fuse $USE_DEVEL; then
Fconf --with-lang=ALL
+       else
+               Fconf --with-lang="en-US de es fr hu" 
--enable-separate-helpcontent
fi

./download || return 1
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to