lib-udev-rules
authorDebian Hamradio Maintainers <debian-hams@lists.debian.org>
Thu, 7 Jul 2022 14:48:19 +0000 (15:48 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Jul 2022 14:48:19 +0000 (15:48 +0100)
Gbp-Pq: Name lib-udev-rules

conf/CMakeLists.txt

index d4a229d716adb78a22c8e6259604966debea0c73..e1c8c91fab429eebf2d9c71f38f226eaa8025586 100644 (file)
@@ -26,7 +26,7 @@ file(WRITE "${CMAKE_BINARY_DIR}/direwolf.conf" "${file_content}")
 
 # install udev rules for CM108
 if(LINUX)
-  install(FILES "${CUSTOM_CONF_DIR}/99-direwolf-cmedia.rules" DESTINATION /etc/udev/rules.d/)
+  install(FILES "${CUSTOM_CONF_DIR}/99-direwolf-cmedia.rules" DESTINATION /lib/udev/rules.d/)
 endif()
 
 install(FILES "${CMAKE_BINARY_DIR}/direwolf.conf" DESTINATION ${INSTALL_CONF_DIR})