Creating the LFS patches list.
This commit is contained in:
parent
13e816f9fc
commit
1acbc0fb4f
1 changed files with 3 additions and 1 deletions
|
@ -699,7 +699,9 @@ extract_commands() { #
|
|||
case "${PROGNAME}" in
|
||||
hlfs) build_patches_file ;;
|
||||
clfs) ;;
|
||||
lfs) ;;
|
||||
lfs)
|
||||
grep "^<\!ENTITY" $BOOK/patches.ent | sed -e 's/.* "//' -e 's/">//' >> patches
|
||||
;;
|
||||
blfs) ;;
|
||||
*) exit 1
|
||||
esac
|
||||
|
|
Reference in a new issue