From 10b1cbb752e40185096c904350259838382a5bb7 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 13 Dec 2022 14:36:38 +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 6f07955..dbb8ce3 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=%{_sbindir} install # Integrate into system install -Dpm 0644 scripts/%{name}.service %{buildroot}%{_unitdir}/%{name}.service install -Dpm 0600 scripts/%{name}.config %{buildroot}%{_sysconfdir}/default/%{name}