Merge pull request #47 from susnux/master
Fixed Makefile for OSX, do not use install -t. Fixed #46
This commit is contained in:
commit
b45ea4455c
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ clean:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
install -d $(DESTDIR)$(mandir)/man6
|
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)
|
install -d $(DESTDIR)$(bindir)
|
||||||
cd $(BIN) && install * $(DESTDIR)$(bindir)
|
cd $(BIN) && install * $(DESTDIR)$(bindir)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user