diff --git a/Makefile b/Makefile index b6fdc66..2e9e797 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,9 @@ build: install: install -d $(DESTDIR)$(PREFIX)/bin + install -d $(DESTDIR)/etc/udev/rules.d install -m 0755 target/$(target)/$(prog)$(extension) $(DESTDIR)$(PREFIX)/bin + install -m 0644 udev/rules.d/99-vpc.rules $(DESTDIR)/etc/udev/rules.d clean: cargo clean