[Libreoffice-commits] .: instsetoo_native/util

Michael Stahl mst at kemper.freedesktop.org
Mon Dec 12 14:00:12 PST 2011


 instsetoo_native/util/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69055c09610af650f5936b72df72c75d7c430ff8
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Dec 12 22:57:39 2011 +0100

    instsetoo_native: try to fix tinderbox:
    
    3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis

diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 332f5c0..017836c 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -316,7 +316,7 @@ openoffice:
 
 .IF "$(DISABLE_PYTHON)" != "TRUE"
 .IF "$(LOCALPYFILES)"!=""
-$(foreach,i,$(alllangiso) openoffice_$i{$(PKGFORMAT:^".") .archive} openofficedev_$i{$(PKGFORMAT:^".")} sdkoo_$i{$(PKGFORMAT:^".")} lotest_$i{$(PKGFORMAT:^".")} oxygenoffice_$i{$(PKGFORMAT:^".") .archive} updatepack : $(LOCALPYFILES)
+$(foreach,i,$(alllangiso) openoffice_$i{$(PKGFORMAT:^".") .archive} openofficedev_$i{$(PKGFORMAT:^".")} sdkoo_$i{$(PKGFORMAT:^".")} lotest_$i{$(PKGFORMAT:^".")} oxygenoffice_$i{$(PKGFORMAT:^".") .archive}) updatepack : $(LOCALPYFILES)
 .ENDIF			# "$(LOCALPYFILES)"!=""
 
 .IF "$(GUI)"!="WNT"


More information about the Libreoffice-commits mailing list