summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2019-12-02 20:52:04 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-12-03 18:15:26 +0100
commit7d00e58157bc61168a057cde91a6e5b54dca573b (patch)
treed4e920182e8f201ba51a4da69856cd8cf471b760 /Makefile.am
parent51984ef2ebf626de0d24504217e16d7b99e1868e (diff)
build: remove stray @ sign in manpage
Because the sed command was not matching the trailing @, it was left in the manpage, leading to NAME ebtables-legacy (2.0.11@) - Ethernet bridge frame table administration (legacy) Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b879941..6181003 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,6 +64,6 @@ ebtables-legacy-save: ebtables-save.in ${top_builddir}/config.status
${AM_V_GEN}sed -e 's![@]sbindir@!${sbindir}!g' <$< >$@
ebtables-legacy.8: ebtables-legacy.8.in ${top_builddir}/config.status
- ${AM_V_GEN}sed -e 's![@]PACKAGE_VERSION!${PACKAGE_VERSION}!g' \
+ ${AM_V_GEN}sed -e 's![@]PACKAGE_VERSION@!${PACKAGE_VERSION}!g' \
-e 's![@]PACKAGE_DATE@!${PROGDATE}!g' \
-e 's![@]LOCKFILE@!${LOCKFILE}!g' <$< >$@