From a301015719c1c925c7112fc639189e8ff0214288 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Fri, 12 Aug 2016 09:23:44 -0700 Subject: [PATCH] Use standard location for udev rules /etc should be used for host-specific configuration only --- DSView/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSView/CMakeLists.txt b/DSView/CMakeLists.txt index fad159d8..0d7447fc 100644 --- a/DSView/CMakeLists.txt +++ b/DSView/CMakeLists.txt @@ -397,7 +397,7 @@ install(TARGETS ${PROJECT_NAME} DESTINATION bin/) install(DIRECTORY res DESTINATION share/${PROJECT_NAME}) install(DIRECTORY ../libsigrokdecode4DSL/decoders DESTINATION share/${PROJECT_NAME}) install(FILES icons/logo.png DESTINATION share/${PROJECT_NAME} RENAME logo.png) -install(FILES DreamSourceLab.rules DESTINATION /etc/udev/rules.d/) +install(FILES DreamSourceLab.rules DESTINATION /usr/lib/udev/rules.d/) install(FILES DSView.desktop DESTINATION /usr/share/applications/) #===============================================================================