Skip to content

Commit 7ee0342

Browse files
rabonekomadonuko
andauthored
fix(intel-lpmd): install files to the correct place (#5550) (#5551)
(cherry picked from commit b168006) Signed-off-by: madomado <[email protected]> Co-authored-by: madomado <[email protected]>
1 parent 6cc7a37 commit 7ee0342

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

anda/system/intel-lpmd/intel-lpmd.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ sed -i 's@mandb || true@@' Makefile.am
2828
%install
2929
%make_install
3030

31-
mv %buildroot{%_usr%_sysconfdir/intel_lpmd,%_sysconfdir}
3231
%if "%_sbindir" == "%_bindir"
3332
mv %buildroot{%_usr/sbin/*,%_bindir}
3433
%endif
@@ -42,6 +41,6 @@ mv %buildroot{%_usr/sbin/*,%_bindir}
4241
%_mandir/man5/intel_lpmd_config.xml.5.gz
4342
%_mandir/man8/intel_lpmd.8.*
4443
%_mandir/man8/intel_lpmd_control.8.*
45-
%_sysconfdir/intel_lpmd/
44+
%_usr%_sysconfdir/intel_lpmd/
4645
%_sysconfdir/dbus-1/system.d/org.freedesktop.intel_lpmd.conf
4746
%_unitdir/intel_lpmd.service

0 commit comments

Comments
 (0)