Add -s install option to programs

This commit is contained in:
Heinz Mauelshagen 2011-12-16 14:28:38 +01:00
parent d16ae4ed95
commit 4271e592ae

View File

@ -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