From ccbe83919a70be346eea948fb2c4122ef9f34214 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 12 Dec 2021 17:45:32 +0300 Subject: [PATCH] Fix udev rules install path Need for Flatpak build and probably useful for other distros like Fedora. --- OpenRGB.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index d4531dd5..98848aa0 100644 --- 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 }