diff --git a/common/common-functions b/common/common-functions index 737aa6f..e6a29dc 100644 --- a/common/common-functions +++ b/common/common-functions @@ -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