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



--- Comment #11 from Filip SzymaƄski <[email protected]> ---
This is simpler

%build
mkdir -p obj

than

%build
if test ! -e "obj"; then
  mkdir obj
fi

-- 
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]
To unsubscribe send an email to [email protected]

Reply via email to