From 7b72d62a7180db7e5fd1831d0455dee59fee1edb Mon Sep 17 00:00:00 2001 From: Michael Stahl <mstahl@redhat.com> Date: Thu, 23 Feb 2012 12:34:21 +0100 Subject: reportbuilder: untested fix for WITH_LANG build Signed-off-by: Andras Timar <atimar@suse.com> --- reportbuilder/util/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportbuilder') 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 -- cgit