https://bugzilla.redhat.com/show_bug.cgi?id=1741805 Artur Iwicki <fedora@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@xxxxxxxxxx --- Comment #2 from Artur Iwicki <fedora@xxxxxxxxxx> --- >%build >make %{?_smp_mflags} all Add "%set_build_flags" before calling make. >mkdir -p $RPM_BUILD_ROOT/usr/bin/ >make DESTDIR=$RPM_BUILD_ROOT/usr/bin/ install Use "%{_bindir}" instead of "/usr/bin". If you want to avoid mixing bash variables and rpm variables, you can use "%{buildroot}%{_bindir}" for the whole path. -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx