diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-11-19 21:48:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-11-19 21:48:09 +0000 |
commit | e679f0b4e03e558d8f86145d3ebbf7c987ca3ba1 (patch) | |
tree | d216e25c5a9866321a35ca97725149291982b59a /Makefile | |
parent | d659bf4682be1f5468bd95ebf3aad123a8f28404 (diff) |
Adjust link to md5sums download in nochunks output. Fixes #3427.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ nochunks: validate profile-html $(Q)bash obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT) $(Q)sed -i -e "s@text/html@application/xhtml+xml@g" $(BASEDIR)/$(NOCHUNKS_OUTPUT) $(Q)sed -i -e "s@../wget-list@wget-list@" $(BASEDIR)/$(NOCHUNKS_OUTPUT) + $(Q)sed -i -e "s@../md5sums@md5sums@" $(BASEDIR)/$(NOCHUNKS_OUTPUT) $(Q)$(MAKE) $(BASEDIR)/wget-list $(BASEDIR)/md5sums tmpdir: |