mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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
|
update-po: Makefile
|
||||||
$(MAKE) $(DOMAIN).pot-update && \
|
$(MAKE) $(DOMAIN).pot-update && \
|
||||||
$(SED) \
|
$${SED-sed} \
|
||||||
-e '/#, fuzzy/d' \
|
-e '/#, fuzzy/d' \
|
||||||
-e 's/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: $(PACKAGE) $(VERSION)/' \
|
-e 's/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: $(PACKAGE) $(VERSION)/' \
|
||||||
-e 's/^"Plural-Forms: nplurals=INTEGER;/# "Plural-Forms: nplurals=INTEGER;/' \
|
-e 's/^"Plural-Forms: nplurals=INTEGER;/# "Plural-Forms: nplurals=INTEGER;/' \
|
||||||
|
Loading…
Reference in New Issue
Block a user