make_release: fix man page preparation
This commit is contained in:
parent
a8693a21f8
commit
f48fd84d76
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ echo $version > version.txt
|
|||
|
||||
sed -e "s%@@VERSION@@%${version}%" < chrony.spec.sample > chrony.spec
|
||||
|
||||
for m in chrony.1.in chronyc.1.in chrony.conf.5.in chronyd.8.in; do
|
||||
for m in chrony.1 chronyc.1.in chrony.conf.5.in chronyd.8.in; do
|
||||
sed -e "s%@VERSION@%${version}%;s%@MAN_DATE@%${mandate}%" \
|
||||
< $m > ${m}_
|
||||
mv -f ${m}_ $m
|
||||
|
|
Loading…
Reference in a new issue