diff options
-rw-r--r-- | common/libs/func_install_blfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs index 4261932e72..32a7851f84 100644 --- a/common/libs/func_install_blfs +++ b/common/libs/func_install_blfs @@ -218,10 +218,10 @@ pushd $BUILDDIR$BLFS_ROOT/work # installation, using libxslt, which is not installed yet. So move # updating to the end of the process, adding an 'update' target sed -i -e '/xsltproc/,+6d' \ - -e '/^all/s@$@ update@' \ + -e '/^all/i update:' \ -e 's/touch/@touch/' Makefile cat >> Makefile << EOF -update: +update: all @echo Updating the tracking file @for pack in \$\$(grep '<productname' ../$LFS_XML/tmp/lfs-full.xml | \\ sed 's/.*>\([^<]*\)<.*/\1/' | \\ |