aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-11-19 21:48:09 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-11-19 21:48:09 +0000
commite679f0b4e03e558d8f86145d3ebbf7c987ca3ba1 (patch)
treed216e25c5a9866321a35ca97725149291982b59a /Makefile
parentd659bf4682be1f5468bd95ebf3aad123a8f28404 (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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f5b9ec2db..3441e0032 100644
--- a/Makefile
+++ b/Makefile
@@ -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: