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

New commits:
commit 7b72d62a7180db7e5fd1831d0455dee59fee1edb
Author: Michael Stahl <mst...@redhat.com>
Date:   Thu Feb 23 12:34:21 2012 +0100

    reportbuilder: untested fix for WITH_LANG build
    
    Signed-off-by: Andras Timar <ati...@suse.com>

diff --git a/reportbuilder/util/makefile.mk b/reportbuilder/util/makefile.mk
index 78672bb..d3cc505 100644
--- a/reportbuilder/util/makefile.mk
+++ b/reportbuilder/util/makefile.mk
@@ -152,7 +152,7 @@ $(DESCRIPTION_SRC): description.xml
     $(XRMEX) -p $(PRJNAME) -i description.xml -o $@ -m $(LOCALIZESDF) -l all
     $(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" < $@ > $@.new
     mv $@.new $@
-    @$(COPY) $(@:d)/description-*.txt $(EXTENSIONDIR)
+    @@-$(COPY) $(@:d)/description-*.txt $(EXTENSIONDIR)
 .ELSE
     $(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" < $< > $@
 .ENDIF
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to