blob: 0cbd7bcd5ae1da903dbe7cb06d47fa7c93d15b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- mandoc-1.14.3/Makefile.in.orig 2018-05-02 13:56:07.000000000 +0000
+++ mandoc-1.14.3/Makefile.in 2018-05-09 11:45:31.296000000 +0000
@@ -1307,13 +1307,13 @@
# Install makewhatis to .../sbin
install-exec-hook:
$(MKDIR_P) $(DESTDIR)$(sbindir)
- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
+ $(LN_S) mandoc$(EXEEXT) \
$(DESTDIR)$(sbindir)/makewhatis$(EXEEXT)
- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
+ $(LN_S) mandoc$(EXEEXT) \
$(DESTDIR)$(bindir)/man$(EXEEXT)
- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
+ $(LN_S) mandoc$(EXEEXT) \
$(DESTDIR)$(bindir)/apropos$(EXEEXT)
- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
+ $(LN_S) mandoc$(EXEEXT) \
$(DESTDIR)$(bindir)/whatis$(EXEEXT)
# *sigh*
|