Skip to content

Commit bb922ee

Browse files
authored
Merge pull request #18 from MalloZup/fix-spec
Remove macro causing rpm failure
2 parents fa6bd15 + fb5be6c commit bb922ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/obs/prometheus-sap_host_exporter.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install -D -m 0755 %{shortname} "%{buildroot}%{_bindir}/%{shortname}"
6161
install -D -m 0644 %{shortname}@.service %{buildroot}%{_unitdir}/%{name}@.service
6262

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

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

0 commit comments

Comments
 (0)