mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-20 10:11:55 -04:00
Fix udev rules install path
Need for Flatpak build and probably useful for other distros like Fedora.
This commit is contained in:
committed by
Adam Honse
parent
6e7a59a8d9
commit
ccbe83919a
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user