diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-12 22:57:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-12 22:58:44 +0100 |
commit | 69055c09610af650f5936b72df72c75d7c430ff8 (patch) | |
tree | 03d1bbd222828536dbb08eafdbbee757828a0516 | |
parent | 583582c5bf11abf04393c378131be75f14a46922 (diff) |
instsetoo_native: try to fix tinderbox:
3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis
-rw-r--r-- | instsetoo_native/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 332f5c092426..017836ce1959 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" |