Hi,
I was recently trying to install rpcbind from source, and I noticed
that the default installation directory was /usr. This surprised me,
since I always thought that software installed by a user should default
to being installed in /usr/local.
Is there a reason that rpcbind is installed into /usr? If not, I can
prepare a patch.
Yours thankfully,
Riley Baird
On 01/26/2018 07:09 PM, Riley Baird wrote:
> Hi,
>
> I was recently trying to install rpcbind from source, and I noticed
> that the default installation directory was /usr. This surprised me,
> since I always thought that software installed by a user should default
> to being installed in /usr/local.
Yes the default is /usr/bin.
>
> Is there a reason that rpcbind is installed into /usr? If not, I can
> prepare a patch.
./configure --prefix=/usr/local should work.
steved.
>
> Yours thankfully,
>
> Riley Baird
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>