reinstate sudo as a dependency of blfs tools
Was removed at a preceding commit for no good reason (pebkac?)
This commit is contained in:
parent
9d665db456
commit
7f25c704ed
1 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,10 @@ menu "BOOK Settings"
|
|||
bool "lynx (optional, for reading the generated book)"
|
||||
default y
|
||||
|
||||
config DEP_SUDO
|
||||
bool "sudo (recommended)"
|
||||
default y
|
||||
|
||||
config DEP_WGET
|
||||
bool "wget (recommended)"
|
||||
default y
|
||||
|
|
Reference in a new issue