mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
sys-power/switcheroo-control: Install udev rules in prefix
Closes: https://bugs.gentoo.org/965421 Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44412 Closes: https://github.com/gentoo/gentoo/pull/44412 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
b880b8231b
commit
488d1c1a8e
@ -55,7 +55,7 @@ src_prepare() {
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
-Drulesdir="$(get_udevdir)"/rules.d
|
-Drulesdir="${EPREFIX}"/"$(get_udevdir)"/rules.d
|
||||||
-Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
|
-Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
|
||||||
$(meson_use gtk-doc gtk_doc)
|
$(meson_use gtk-doc gtk_doc)
|
||||||
$(meson_use test tests)
|
$(meson_use test tests)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user