[Libreoffice-commits] .: reportbuilder/util
Michael Stahl
mst at kemper.freedesktop.org
Thu Feb 23 03:42:02 PST 2012
reportbuilder/util/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7b72d62a7180db7e5fd1831d0455dee59fee1edb
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Feb 23 12:34:21 2012 +0100
reportbuilder: untested fix for WITH_LANG build
Signed-off-by: Andras Timar <atimar at 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
More information about the Libreoffice-commits
mailing list