On Thursday, October 1, 2020 11:50:02 AM CEST Helg Green via devel wrote: > %build > cd app > make %{?_smp_mflags} > > %install I guess that `cd app` is missing here? Kamil > mkdir -p %{buildroot} > make install INSTALL_ROOT=%{buildroot} > > %post > # Setup icons > touch -c /usr/share/icons/hicolor > if command -v gtk-update-icon-cache >/dev/null 2>&1; then > gtk-update-icon-cache -tq /usr/share/icons/hicolor 2>/dev/null ||: > fi _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-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/devel@xxxxxxxxxxxxxxxxxxxxxxx