Fix make postconf command

This commit is contained in:
Clément Oudot 2010-11-03 15:27:10 +00:00
parent f035c635fc
commit fc8650c3dc
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ install_sessions_dir:
fi
postconf_hosts:
@cat ${SYSTEMCONFDIR}/for_etc_hosts >> /etc/hosts
@cat ${CONFDIR}/for_etc_hosts >> /etc/hosts
@echo "/etc/hosts was updated"
postconf: postconf_hosts