On Thu, Oct 01, 2020 10:40:10 -0000, Helg Green via devel wrote:
> The error occurs at the stage
> 
> %install
> mkdir -p %{buildroot}
> make install INSTALL_ROOT=%{buildroot}

Yes, as Kamil said: since your Makefile is in the "app" directory, you
need to enter the directory again to run the make command.

You can/should perhaps use:

%build
%make_build -C app

%install
%make_install -C app

-- 
Thanks,
Regards,
Ankur Sinha "FranciscoD" (He / Him / His) | 
https://fedoraproject.org/wiki/User:Ankursinha
Time zone: Europe/London

Attachment: signature.asc
Description: PGP signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to