Il 27/02/2018 01:16, Rex Dieter ha scritto:
> Kevin Kofler wrote:
>
>> Sérgio Basto wrote:
>>> On Mon, 2018-02-26 at 20:57 +0100, Germano Massullo wrote:
>>>> mkdir: cannot create directory '/etc/opt/chrome': Permission denied
>>> now you got this is the error
>> The makefile is not correctly honoring DESTDIR.
> Since it uses qmake, you could try setting INSTALL_ROOT as well:
>
> make install ... INSTALL_ROOT=%{buildroot}
Replacing
make -C host-linux install DESTDIR=%%{buildroot}
with
make -C host-linux install INSTALL_ROOT=%{buildroot}
seemed to work, indeed rpmbuild looks like it has gone ahead in package
compilation.

Now I can take care of remaining missing macros in %files section.

Thanks to everybody!
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to