Skip to content

Commit b21bddd

Browse files
authored
Merge pull request MidnightCommander#4729 from krobelus/pkglibexecdir
Fix %pkglibexecdir% leaking into man pages in some cases
2 parents cc2af1e + d74f020 commit b21bddd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/man/date-of-man-include.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
SED_PARAMETERS = \
22
-e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \
3-
-e "s/%MAN_VERSION%/@MAN_VERSION@/g" \
4-
-e "s{%sysconfdir%{@sysconfdir@{g" \
5-
-e "s{%libexecdir%{@libexecdir@{g" \
6-
-e "s{%pkglibexecdir%{@pkglibexecdir@{g" \
7-
-e "s{%pkgdatadir%{$(datadir)/@PACKAGE@{g"
3+
-e "s/%MAN_VERSION%/$(MAN_VERSION)/g" \
4+
-e "s{%sysconfdir%{$(sysconfdir){g" \
5+
-e "s{%libexecdir%{$(libexecdir){g" \
6+
-e "s{%pkglibexecdir%{$(pkglibexecdir){g" \
7+
-e "s{%pkgdatadir%{$(pkgdatadir){g"
88

99
MAN_DATE_CMD = \
1010
LC_ALL=$(DATE_LANG) @PERL_FOR_BUILD@ -CS -MPOSIX -e '\

0 commit comments

Comments
 (0)