[Libreoffice-commits] .: instsetoo_native/util

Andras Timar timar at kemper.freedesktop.org
Thu Dec 1 04:42:58 PST 2011


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

New commits:
commit 19f0d48364d19bc02dcca92a324fbdbd6cb57535
Author: Andras Timar <atimar at suse.com>
Date:   Thu Dec 1 13:41:07 2011 +0100

    delete the space after 'qtz', too
    
    otherwize double space will occur in the variable and
    it will be replaced to ',,' instead of ',' -> build fails

diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index db11ea4..16cc3a6 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -81,7 +81,7 @@ help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>
 
 # do not build key is pseudolanguage for release builds
 .IF "$(ENABLE_RELEASE_BUILD)"=="TRUE"
-alllangiso:=$(alllangiso:s/qtz//)
+alllangiso:=$(alllangiso:s/qtz //)
 .ENDIF
 
 allhelplangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(help_exist) $(eq,$i,$j  $i $(NULL))))


More information about the Libreoffice-commits mailing list