Add -s install option to programs
This commit is contained 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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user