help-bash
[Top][All Lists]
Advanced

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

Re: whats the way to compile bash ro install in / ( /bin/bash )


From: Chet Ramey
Subject: Re: whats the way to compile bash ro install in / ( /bin/bash )
Date: Wed, 15 Sep 2021 09:23:42 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 9/15/21 1:10 AM, Alex fxmbsw7 Ratchev wrote:
> PREFIX=/ ./configure
> PREFIX=/ make install
> 
> i dunno, i ask for the official way, to make it right on my droid phones
> debian chroot

The first way above should work. The most flexible way is to use DESTDIR:

make install DESTDIR=/usr/local

This is explained in the bash info manual.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]