From 4271e592ae9594b637c170e703976fba126f6e4a Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Fri, 16 Dec 2011 14:28:38 +0100 Subject: [PATCH] Add -s install option to programs --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index ae9a070..4a4f396 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,9 +92,9 @@ clean: .PHONEY: install install: $(PROGRAMS) - $(INSTALL) -m 755 -D thin_repair $(BINDIR)/thin_repair - $(INSTALL) -m 755 -D thin_dump $(BINDIR)/thin_dump - $(INSTALL) -m 755 -D thin_restore $(BINDIR)/thin_restore + $(INSTALL) -m 755 -D -s thin_repair $(BINDIR)/thin_repair + $(INSTALL) -m 755 -D -s thin_dump $(BINDIR)/thin_dump + $(INSTALL) -m 755 -D -s thin_restore $(BINDIR)/thin_restore $(INSTALL) -m 644 -D man8/thin_repair.8 $(MANPATH)/man8/thin_repair.8 $(INSTALL) -m 644 -D man8/thin_dump.8 $(MANPATH)/man8/thin_dump.8 $(INSTALL) -m 644 -D man8/thin_restore.8 $(MANPATH)/man8/thin_restore.8