udev-rules-path
authorDebian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Sun, 16 Feb 2025 22:26:42 +0000 (23:26 +0100)
committerHilko Bengen <bengen@debian.org>
Sat, 24 May 2025 19:31:19 +0000 (21:31 +0200)
===================================================================

Gbp-Pq: Name udev-rules-path.patch

appliance/Makefile.am

index 2839bab47d1eb7f5d72c0b5ce93a17f9324e79a4..225cd781873a2220f68dc83056531538e595610d 100644 (file)
@@ -163,7 +163,7 @@ supermin.d/udev-rules.tar.gz: 99-guestfs-serial.rules
 # If installing the daemon, install the udev rules too.
 
 if INSTALL_DAEMON
-udevrulesdir = /lib/udev/rules.d
+udevrulesdir = /usr/lib/udev/rules.d
 udevrules_DATA = 99-guestfs-serial.rules
 endif