add installation of udev rule plus Debian post* scripts for udev

This commit is contained in:
Nicole Faerber 2021-02-06 21:10:05 +01:00
parent db5900697b
commit f4dab50f04
3 changed files with 9 additions and 0 deletions

View file

@ -14,6 +14,7 @@ $(PRG): $(OBJ) cam-thread.h planck.h
install:
install -D $(PRG) $(DESTDIR)$(prefix)/bin/$(PRG)
install -D 77-flirone-lusb.rules $(DESTDIR)/lib/udev/rules.d/77-flirone-lusb.rules
clean:
rm -f $(PRG) $(OBJ)