[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: |
Alex fxmbsw7 Ratchev |
Subject: |
Re: whats the way to compile bash ro install in / ( /bin/bash ) |
Date: |
Wed, 15 Sep 2021 15:34:58 +0200 |
thank you sir, about info cmd, i never managed to know it
greets and peace
On Wed, Sep 15, 2021, 15:23 Chet Ramey <chet.ramey@case.edu> wrote:
> 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/
>