From 01245eb5d0a47b5b3d585216c6348654df88d61c Mon Sep 17 00:00:00 2001 From: Yaakov Date: Sat, 31 Dec 2016 23:53:44 +0200 Subject: [PATCH] copy udev rules to the right location for Ubuntu --- DSView/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/DSView/CMakeLists.txt b/DSView/CMakeLists.txt index 4d19edbb..bc91cc8d 100644 --- a/DSView/CMakeLists.txt +++ b/DSView/CMakeLists.txt @@ -399,6 +399,7 @@ 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 /usr/lib/udev/rules.d/) +install(FILES DreamSourceLab.rules DESTINATION /etc/udev/rules.d/) install(FILES DSView.desktop DESTINATION /usr/share/applications/) #===============================================================================