Fix udev rules install path
Need for Flatpak build and probably useful for other distros like Fedora.
This commit is contained in:
parent
6e7a59a8d9
commit
ccbe83919a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue