mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
Add Release action with RPMs and DEB packages
This commit is contained in:
parent
eb7d9b12b4
commit
384c1fb6dd
@ -26,7 +26,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
# Install cc-metric-store
|
# Install cc-metric-store
|
||||||
make PREFIX=%{buildroot} BINDIR=%{_sbindir} install
|
make PREFIX=%{buildroot} BINDIR=sbin install
|
||||||
# Integrate into system
|
# Integrate into system
|
||||||
install -Dpm 0644 scripts/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
|
install -Dpm 0644 scripts/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
|
||||||
install -Dpm 0600 scripts/%{name}.config %{buildroot}%{_sysconfdir}/default/%{name}
|
install -Dpm 0600 scripts/%{name}.config %{buildroot}%{_sysconfdir}/default/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user