Fixed BLFS_ROOT setting bug.
This commit is contained in:
parent
cfdc0f1226
commit
9425fd9eeb
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ menu "--- BOOK Settings"
|
|||
config BLFS_ROOT
|
||||
string "Directory root"
|
||||
default "$HOME/blfs_root" if BOOK_BLFS
|
||||
default "$BUILD_DIR/blfs_root" if BLFS_TOOL
|
||||
default "/blfs_root" if BLFS_TOOL
|
||||
depends on BOOK_BLFS || BLFS_TOOL
|
||||
help
|
||||
#-- Full path to the directory where all required
|
||||
|
|
Reference in a new issue