[Libreoffice-commits] .: instsetoo_native/util

Fridrich Strba fridrich at kemper.freedesktop.org
Sat Oct 9 03:26:52 PDT 2010


 instsetoo_native/util/makefile.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2758bbc94da4b4065eabe94183adb68d8a943e6b
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Sat Oct 9 12:12:08 2010 +0200

    instset-prefer-langpacks.diff: Build en-US + langpack by default
    
    only build full package for en_US, use langpacks for the rest to save time and space

diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index fb265ed..aafb69f 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -85,9 +85,9 @@ ALLTAR  : $(LOCALPYFILES)
 .ELSE			# "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"==""
 .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
 .IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/ODK//)"
-ALLTAR : openoffice
+ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack
 .ELSE
-ALLTAR : openoffice sdkoo_en-US ure_en-US
+ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack sdkoo_en-US ure_en-US
 .ENDIF
 .ELSE			# "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
 ALLTAR : updatepack


More information about the Libreoffice-commits mailing list