提交 7f0b2f21 编写于 作者: M Michal Privoznik

po: Fix indentation of SED_PO_FIXUP_ARGS variable

The variable value is split on multiple lines, which have too
long indentation prefix leading to needless long lines.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 35d603d5
...@@ -54,11 +54,11 @@ POT_CREATION_DATE = $(shell \ ...@@ -54,11 +54,11 @@ POT_CREATION_DATE = $(shell \
fi) fi)
SED_PO_FIXUP_ARGS = \ SED_PO_FIXUP_ARGS = \
-e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \ -e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \
-e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \ -e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \
-e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \ -e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \
-e "s|POT-Creation-Date:[^\]*|POT-Creation-Date: $(POT_CREATION_DATE)|" \ -e "s|POT-Creation-Date:[^\]*|POT-Creation-Date: $(POT_CREATION_DATE)|" \
$(NULL) $(NULL)
update-po: $(POFILES) update-po: $(POFILES)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册