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

Artur Iwicki <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #2 from Artur Iwicki <[email protected]> ---
>%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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to