aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Mykyta Holubakha <hilobakho@gmail.com>2018-07-13 20:31:50 +0300
committerGravatar Mykyta Holubakha <hilobakho@gmail.com>2018-07-13 20:31:50 +0300
commit556ed49e175646c850add5c6ab3efd166679633c (patch)
tree7ab0906252a47d8955760bbb4fed864b34d802c6 /Makefile
parente7115df8922e47432ddf97f992330860c44ab6b1 (diff)
Install udev rules by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc9e53c..996f796 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PREFIX ?= /usr
BINDIR = ${DESTDIR}${PREFIX}/bin
MANDIR = ${DESTDIR}${PREFIX}/share/man
-INSTALL_UDEV_RULES = 0
+INSTALL_UDEV_RULES = 1
INSTALL_UDEV_1 = install_udev_rules
UDEVDIR ?= /lib/udev/rules.d