Skip to content

Commit

Permalink
rasdaemon: adjust install targets for the spec to be build
Browse files Browse the repository at this point in the history
We use Fedora spec file to check if everything is OK. Do some
changes to make it happy.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
mchehab committed Jul 16, 2024
1 parent d58c29a commit 7e39135
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ install-data-local:
$(install_sh) -d "$(DESTDIR)@sysconfdir@/ras/triggers"
$(install_sh) @abs_srcdir@/misc/rasdaemon.env "$(DESTDIR)@SYSCONFDEFDIR@/rasdaemon"
$(install_sh) @abs_srcdir@/contrib/mc_event_trigger "$(DESTDIR)@sysconfdir@/ras/triggers/mc_event_trigger"
$(install_sh) @abs_srcdir@/contrib/mem_fail_trigger "$(DESTDIR)@sysconfdir@/ras/triggers/mem_fail_trigger"
File renamed without changes.
1 change: 1 addition & 0 deletions misc/rasdaemon.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ rm INSTALL %{buildroot}/usr/include/*.h
%{_mandir}/*/*
%{_unitdir}/*.service
%{_sysconfdir}/ras/dimm_labels.d
%{_sysconfdir}/ras/*/*
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}

%changelog
Expand Down

0 comments on commit 7e39135

Please sign in to comment.