mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Don't touch live filesystem in bash-5.2.15
Rather, uninstall existing bash before bash is built
This commit is contained in:
parent
bbe121f382
commit
5b84cdd178
4 changed files with 7 additions and 13 deletions
|
|
@ -47,10 +47,7 @@ make
|
|||
|
||||
# Install
|
||||
install bash ${PREFIX}/bin/
|
||||
mkdir /bin/
|
||||
ln -s ${PREFIX}/bin/bash /bin/bash
|
||||
ln -s ${PREFIX}/bin/bash /bin/sh
|
||||
ln -s ${PREFIX}/bin/bash ${PREFIX}/bin/sh
|
||||
install bash ${PREFIX}/bin/sh
|
||||
|
||||
cd ../..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue