https://bugzilla.redhat.com/show_bug.cgi?id=972477
Terje Røsten <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Terje Røsten <[email protected]> --- - Don't mix $RPM_BUILD_ROOT and %{buildroot} - These mkdir -p %{buildroot}%{_unitdir} cp -p fido.service %{buildroot}%{_unitdir} could be one line: install -D -p -m 0644 fido.service %{buildroot}%{_unitdir}/fido.service -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fl2ruccbrO&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
