Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [configuration] |
2 | |||||
3 | diff --git a/Makefile.in b/Makefile.in | ||||
4 | index 37b3cc9..f1026f3 100644 | ||||
5 | --- a/Makefile.in | ||||
6 | +++ b/Makefile.in | ||||
7 | @@ -95,7 +95,7 @@ install-dirs: | ||||
8 | $(DESTDIR)$(mandir)/man1 | ||||
9 | |||||
10 | install-binaries: $(PROG) | ||||
11 | - $(INSTALL) -m 0555 -s $(PROG) $(DESTDIR)$(bindir)/$(PROG) | ||||
12 | + $(INSTALL) -m 0555 $(PROG) $(DESTDIR)$(bindir)/$(PROG) | ||||
13 | |||||
14 | install-man: | ||||
15 | $(INSTALL) -m 0444 $(srcdir)/mktemp.$(mantype) \ |