From: lyndon Date: Thu, 26 Jan 2012 04:10:52 +0000 (-0800) Subject: Remove hardlink target before attempting new link. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a0efe7938f3e001a6a657ff452ee5e02d619fa06?hp=3f7e2ed0ca0fa8250dc9a708fa92c43aa4b1c2a6 Remove hardlink target before attempting new link. --- diff --git a/Makefile.am b/Makefile.am index 9e43b595..f7b86611 100644 --- a/Makefile.am +++ b/Makefile.am @@ -365,6 +365,7 @@ install-exec-hook: fi install-data-hook: + rm -f $(DESTDIR)/$(man5dir)/mh_profile.5 ln $(DESTDIR)/$(man5dir)/mh-profile.5 $(DESTDIR)/$(man5dir)/mh_profile.5 ## ## Make sure we remove those links at uninstall time