Skip to content

Commit

Permalink
Merge pull request #18 from MalloZup/fix-spec
Browse files Browse the repository at this point in the history
Remove macro causing rpm failure
  • Loading branch information
MalloZup authored Mar 18, 2020
2 parents fa6bd15 + fb5be6c commit bb922ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/obs/prometheus-sap_host_exporter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install -D -m 0755 %{shortname} "%{buildroot}%{_bindir}/%{shortname}"
install -D -m 0644 %{shortname}@.service %{buildroot}%{_unitdir}/%{name}@.service

# Install the default config
install -D -m 0600 doc/%{shortname}.yaml "%{buildroot}%{_bindir}/etc/%{shortname}/default.yaml"
install -D -m 0600 doc/%{shortname}.yaml "%{buildroot}/etc/%{shortname}/default.yaml"

# Install compat wrapper for legacy init systems
install -Dd -m 0755 %{buildroot}%{_sbindir}
Expand Down

0 comments on commit bb922ee

Please sign in to comment.