Skip to content

Commit ccbe839

Browse files
tim77CalcProgrammer1
authored andcommitted
Fix udev rules install path
Need for Flatpak build and probably useful for other distros like Fedora.
1 parent 6e7a59a commit ccbe839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenRGB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ unix:!macx {
12461246
icon.files+=qt/OpenRGB.png
12471247
metainfo.path=$$PREFIX/share/metainfo/
12481248
metainfo.files+=qt/org.openrgb.OpenRGB.metainfo.xml
1249-
rules.path=/lib/udev/rules.d/
1249+
rules.path=$$PREFIX/lib/udev/rules.d/
12501250
rules.files+=60-openrgb.rules
12511251
INSTALLS += target desktop icon metainfo rules
12521252
}

0 commit comments

Comments
 (0)