projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1daa04b
)
Removed slash in front of $(man5dir) of install-data-hook rule so that it now works...
author
David Levine
<levinedl@acm.org>
Fri, 27 Jan 2012 02:04:33 +0000
(20:04 -0600)
committer
David Levine
<levinedl@acm.org>
Fri, 27 Jan 2012 02:04:33 +0000
(20:04 -0600)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
820ec74
..
bb22f5a
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-365,8
+365,8
@@
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
+ 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
##