aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-11-07 03:19:55 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-11-07 03:19:55 +0000
commitf56f0428d33f82d8bbf15ad3ae46929aa307d635 (patch)
tree28d3db4ff9b76979b5a15cdf7e76555f6af2d66f
parenta91be49af49a502ab60a3923b5e42034c39754fa (diff)
Date type and remove some tab characters
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rwxr-xr-xaux-file-data.sh2
-rw-r--r--general.ent2
2 files changed, 2 insertions, 2 deletions
diff --git a/aux-file-data.sh b/aux-file-data.sh
index 8df4ac2cd..7f7017728 100755
--- a/aux-file-data.sh
+++ b/aux-file-data.sh
@@ -24,7 +24,7 @@ rm -rf $TMP_DIR
sed -i -e s/BOOTSCRIPTS-SIZE/$bootsize/ \
-e s/BOOTSCRIPTS-INSTALL-KB/$bootinstallsize/ \
- -e s/BOOTSCRIPTS-MD5SUM/$bootmd5/ $FILE
+ -e s/BOOTSCRIPTS-MD5SUM/$bootmd5/ $FILE
############
diff --git a/general.ent b/general.ent
index 15fb3a929..e2c9850a3 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20081106">
-<!ENTITY releasedate "November 6, 2009">
+<!ENTITY releasedate "November 6, 2008">
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->