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



--- Comment #23 from Petr Menšík <pemen...@redhat.com> ---
Oh, noticed just now. Thank you for moving to build phase. But %{build} is not
defined in such phase, nor is %{buildroot}. It should just work relative to
current directory.

find "%{build}%{_includedir}/%{name}/"$i -name '*.cpp' -> find $i -name '*.cpp'
etc.

But cp -a usually has to be done in %install after that, when %{buildroot} is
already defined. Some mkdirs have to be moved there also.
It does not complain, but creates unexpanded '%{build}' directory

-- 
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@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to