On 21/4/20 6:54, Yevgeny Kosarzhevsky wrote: > Hi Aitor,
>
> I wonder why it's in /usr/local while the one I've built went to /usr
> I didn't do something special for this
Have a look at the mk/config.mk file, more concretely the INC_USRLOCAL
variable (line nº 86), set to:
INC_USRLOCAL?=/usr/local
This variable is used by other variables afterwards.