]> diplodocus.org Git - nmh/blobdiff - man/Makefile.in
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / man / Makefile.in
index 0b580631e99e1981992a4079c4b4c2724cd58ff3..469dd8de173699eec48a705ac55c9baff4a2210b 100644 (file)
@@ -145,7 +145,7 @@ install-man5:
        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