Fixed Makefile for OSX, do not use install -t. Fixed #46

This commit is contained in:
Ferdinand Thiessen 2017-02-19 17:54:14 +01:00
parent 30f77d4a67
commit ca6a9c1a38
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ clean:
install:
install -d $(DESTDIR)$(mandir)/man6
install -m644 -t $(DESTDIR)$(mandir)/man6 nms.6 sneakers.6
install -m644 nms.6 sneakers.6 $(DESTDIR)$(mandir)/man6
install -d $(DESTDIR)$(bindir)
cd $(BIN) && install * $(DESTDIR)$(bindir)