summaryrefslogtreecommitdiff
path: root/reportbuilder
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-02-23 12:34:21 +0100
committerMichael Stahl <mstahl@redhat.com>2012-02-23 12:40:43 +0100
commit7b72d62a7180db7e5fd1831d0455dee59fee1edb (patch)
tree4a195371a88d0fb8a0f219bf0565c345a0985216 /reportbuilder
parentaee538eb752325846966eb440e424126e00531af (diff)
reportbuilder: untested fix for WITH_LANG build
Signed-off-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'reportbuilder')
-rw-r--r--reportbuilder/util/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/util/makefile.mk b/reportbuilder/util/makefile.mk
index 78672bb216f3..d3cc505699d4 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