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
|
case "${PROGNAME}" in
|
||||||
hlfs) build_patches_file ;;
|
hlfs) build_patches_file ;;
|
||||||
clfs) ;;
|
clfs) ;;
|
||||||
lfs) ;;
|
lfs)
|
||||||
|
grep "^<\!ENTITY" $BOOK/patches.ent | sed -e 's/.* "//' -e 's/">//' >> patches
|
||||||
|
;;
|
||||||
blfs) ;;
|
blfs) ;;
|
||||||
*) exit 1
|
*) exit 1
|
||||||
esac
|
esac
|
||||||
|
|
Reference in a new issue