Kaydet (Commit) 7b72d62a authored tarafından Michael Stahl's avatar Michael Stahl

reportbuilder: untested fix for WITH_LANG build

Signed-off-by: 's avatarAndras Timar <atimar@suse.com>
üst aee538eb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment