summaryrefslogtreecommitdiff
blob: a2feaf1c9378be939a24172fa4cf3c678a31c35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Install udev rules to correct dir

Revert https://gitlab.com/CalcProgrammer1/OpenRGB/-/commit/ccbe83919a70be346eea948fb2c4122ef9f34214

--- a/OpenRGB.pro
+++ b/OpenRGB.pro
@@ -1246,7 +1246,7 @@ unix:!macx {
     icon.files+=qt/OpenRGB.png
     metainfo.path=$$PREFIX/share/metainfo/
     metainfo.files+=qt/org.openrgb.OpenRGB.metainfo.xml
+    rules.path=/lib/udev/rules.d/
-    rules.path=$$PREFIX/lib/udev/rules.d/
     rules.files+=60-openrgb.rules
     INSTALLS += target desktop icon metainfo rules
 }
GitLab