mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-13 14:38:10 +00:00
11 lines
244 B
Bash
11 lines
244 B
Bash
# Bash Phase 2
|
|
./configure --prefix=/usr \
|
|
--build=$(support/config.guess) \
|
|
--host=$LFS_TGT \
|
|
--without-bash-malloc
|
|
|
|
make
|
|
make DESTDIR=$LFS install
|
|
ln -sv bash $LFS/bin/sh
|
|
|