Creating the LFS patches list.

This commit is contained in:
Manuel Canales Esparcia 2006-03-12 13:11:39 +00:00
parent 13e816f9fc
commit 1acbc0fb4f

View file

@ -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