reportbuilder: untested fix for WITH_LANG build

Signed-off-by: Andras Timar <atimar@suse.com>
This commit is contained in:
Michael Stahl
2012-02-23 12:34:21 +01:00
parent aee538eb75
commit 7b72d62a71

View File

@@ -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