mirror of https://github.com/MidnightCommander/mc
Ticket #4466: fix sed usage in po/Makefile.
'po' directory does not use automake assignment.
This is a correction for f45d02ba2a
.
Closes MidnightCommander/mc#191.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
b90177fa10
commit
1d7d9a832e
|
@ -1,7 +1,7 @@
|
|||
|
||||
update-po: Makefile
|
||||
$(MAKE) $(DOMAIN).pot-update && \
|
||||
$(SED) \
|
||||
$${SED-sed} \
|
||||
-e '/#, fuzzy/d' \
|
||||
-e 's/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: $(PACKAGE) $(VERSION)/' \
|
||||
-e 's/^"Plural-Forms: nplurals=INTEGER;/# "Plural-Forms: nplurals=INTEGER;/' \
|
||||
|
|
Loading…
Reference in New Issue