Re: Help for fixing %install spec file section (Error make: *** No rule to make target 'install'. Stop.)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux