Skip to content

Commit

Permalink
Merge pull request #47 from susnux/master
Browse files Browse the repository at this point in the history
Fixed Makefile for OSX, do not use install -t. Fixed #46
  • Loading branch information
bartobri authored Feb 19, 2017
2 parents 30f77d4 + ca6a9c1 commit b45ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b45ea44

Please sign in to comment.