Fix udev rules install path

Need for Flatpak build and probably useful for other distros like Fedora.
This commit is contained in:
Artem Polishchuk 2021-12-12 17:45:32 +03:00 committed by Adam Honse
parent 6e7a59a8d9
commit ccbe83919a

View file

@ -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
}