From 27db0b1d8213a9c043f3c488758fa5ccb5340bf2 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:44:34 -0700 Subject: [PATCH] fix(intel-lpmd): install files to the correct place (#5550) (#5552) (cherry picked from commit b168006c4573b5a8f6da4aa9cf87d5425de90722) Signed-off-by: madomado Co-authored-by: madomado --- anda/system/intel-lpmd/intel-lpmd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/system/intel-lpmd/intel-lpmd.spec b/anda/system/intel-lpmd/intel-lpmd.spec index 5230bc8c80..aea520d41d 100644 --- a/anda/system/intel-lpmd/intel-lpmd.spec +++ b/anda/system/intel-lpmd/intel-lpmd.spec @@ -28,7 +28,6 @@ sed -i 's@mandb || true@@' Makefile.am %install %make_install -mv %buildroot{%_usr%_sysconfdir/intel_lpmd,%_sysconfdir} %if "%_sbindir" == "%_bindir" mv %buildroot{%_usr/sbin/*,%_bindir} %endif @@ -42,6 +41,6 @@ mv %buildroot{%_usr/sbin/*,%_bindir} %_mandir/man5/intel_lpmd_config.xml.5.gz %_mandir/man8/intel_lpmd.8.* %_mandir/man8/intel_lpmd_control.8.* -%_sysconfdir/intel_lpmd/ +%_usr%_sysconfdir/intel_lpmd/ %_sysconfdir/dbus-1/system.d/org.freedesktop.intel_lpmd.conf %_unitdir/intel_lpmd.service