[PATCH] reportbuilder: untested fix for WITH_LANG build
Michael Stahl
mstahl at redhat.com
Mon Feb 20 02:59:03 PST 2012
---
reportbuilder/util/makefile.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
--
1.7.7.6
--------------040504030601080005070106--
More information about the LibreOffice
mailing list