From 384c1fb6dd41755956ce620400dd837b09b7eea2 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 13 Dec 2022 14:51:42 +0100 Subject: [PATCH] Add Release action with RPMs and DEB packages --- scripts/cc-metric-store.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cc-metric-store.spec b/scripts/cc-metric-store.spec index dbb8ce3..fae7af3 100644 --- a/scripts/cc-metric-store.spec +++ b/scripts/cc-metric-store.spec @@ -26,7 +26,7 @@ make %install # Install cc-metric-store -make PREFIX=%{buildroot} BINDIR=%{_sbindir} install +make PREFIX=%{buildroot} BINDIR=sbin install # Integrate into system install -Dpm 0644 scripts/%{name}.service %{buildroot}%{_unitdir}/%{name}.service install -Dpm 0600 scripts/%{name}.config %{buildroot}%{_sysconfdir}/default/%{name}