From: Michal Privoznik Date: Tue, 7 Jan 2020 16:36:59 +0000 (+0100) Subject: po: Fix indentation of SED_PO_FIXUP_ARGS variable X-Git-Tag: v6.0.0-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f0b2f21627d7d81e7fbc0e4da17950a8bf54b59;p=thirdparty%2Flibvirt.git 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: Michal Privoznik --- diff --git a/po/Makefile.am b/po/Makefile.am index 277dd89d7d..ac34b0c1aa 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -54,11 +54,11 @@ POT_CREATION_DATE = $(shell \ fi) SED_PO_FIXUP_ARGS = \ - -e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \ - -e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \ - -e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \ - -e "s|POT-Creation-Date:[^\]*|POT-Creation-Date: $(POT_CREATION_DATE)|" \ - $(NULL) + -e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \ + -e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \ + -e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \ + -e "s|POT-Creation-Date:[^\]*|POT-Creation-Date: $(POT_CREATION_DATE)|" \ + $(NULL) update-po: $(POFILES)