https://bugzilla.redhat.com/show_bug.cgi?id=1089110



--- Comment #3 from Christopher Meng <[email protected]> ---
Also,

9. [ -d ${RPM_BUILD_ROOT}/%{_unitdir} ] || mkdir -p
${RPM_BUILD_ROOT}/%{_unitdir}

You don't need to use script here, just

mkdir -p %{buildroot}%{_unitdir}

is enough.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to