Skip to content

Commit

Permalink
Merge pull request #2 from spartacus06/mkdir-in-install
Browse files Browse the repository at this point in the history
Create install path in install target
  • Loading branch information
amluto committed Oct 30, 2015
2 parents 5e1d24c + 22bd041 commit 18fa0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ u2f_hidraw_id: u2f_hidraw_id.c

.PHONY: install
install: all
install -d "$(DESTDIR)/lib/udev/rules.d"
install -m 644 60-u2f-hidraw.rules "$(DESTDIR)/lib/udev/rules.d/"
install u2f_hidraw_id "$(DESTDIR)/lib/udev/"

0 comments on commit 18fa0ce

Please sign in to comment.