Browse Source

Merge pull request #83 from sim590/debian-udev-lib-path

debian: install udev rules under /lib
Fredrik Svantesson 5 years ago
parent
commit
4215ec1153
No account linked to committer's email
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      debian/rules

+ 2
- 1
debian/rules View File

@@ -6,7 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6 6
 	dh $@
7 7
 
8 8
 override_dh_auto_configure:
9
-	dh_auto_configure -- --with-udev
9
+	dh_auto_configure -- --with-udev=/lib/udev/rules.d
10
+
10 11
 
11 12
 override_dh_installchangelogs:
12 13
 	dh_installchangelogs ChangeLog.md