We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Checks for useless slash between %{buildroot} and path macro.
%{buildroot}
%install rm -rf %{buildroot} install -pm app.conf %{buildroot}/%{_sysconfdir}
%install rm -rf %{buildroot} install -pm app.conf %{buildroot}%{_sysconfdir}
Path macroses already have a leading slash symbol.