Skip to content

Commit

Permalink
Use short command options with install for OSX compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser authored and Caolan McMahon committed Feb 2, 2011
1 parent 0d61cca commit 1f20381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -97,10 +97,10 @@ test:
$(NODEJS) ./bin/nodeunit test

install: build
install --directory $(NODEJSLIBDIR)
install -d $(NODEJSLIBDIR)
cp -a $(BUILDDIR)/nodeunit $(NODEJSLIBDIR)
install --mode=0755 $(BUILDDIR)/nodeunit.sh $(BINDIR)/nodeunit
install --directory $(MANDIR)/man1/
install -m 0755 $(BUILDDIR)/nodeunit.sh $(BINDIR)/nodeunit
install -d $(MANDIR)/man1/
cp -a man1/nodeunit.1 $(MANDIR)/man1/

uninstall:
Expand Down

0 comments on commit 1f20381

Please sign in to comment.