aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile1
-rw-r--r--general.ent4
2 files changed, 3 insertions, 2 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:
diff --git a/general.ent b/general.ent
index 81a2c9bb5..896eaea8c 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20131105">
-<!ENTITY releasedate "November 5, 2013">
+<!ENTITY version "SVN-20131119">
+<!ENTITY releasedate "November 19, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->