directory rather than the installation directory, so the check would always
return false and re-installation when mh_profile.5 did exist would bomb out.
for file in $(MAN5); do \
$(INSTALL_DATA) $$file $(mandir)/man$(manext5) ; \
done
- if [ ! -f mh_profile.$(manext5) ] ; then \
+ if [ ! -f $(mandir)/man$(manext5)/mh_profile.$(manext5) ] ; then \
( cd $(mandir)/man$(manext5) ; ln mh-profile.$(manext5) \
mh_profile.$(manext5) ) \
fi