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:
Evgeny Grin 2023-05-21 16:21:49 +03:00 committed by Andrew Borodin
parent b90177fa10
commit 1d7d9a832e
1 changed files with 1 additions and 1 deletions

View File

@ -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;/' \