Merge pull request #47 from susnux/master

Fixed Makefile for OSX, do not use install -t. Fixed #46
This commit is contained in:
Brian Barto 2017-02-19 12:08:37 -05:00 committed by GitHub
commit b45ea4455c
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)