diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-01-27 22:32:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-01-27 22:32:09 +0000 |
commit | 8ad94ab722857c1be1a8357258a18ad2591b921e (patch) | |
tree | 3abef6aa42019148a8ac8f016783b74d9908fc77 /general.ent | |
parent | cc2f8a526d71f81c72e880acd33bb0b80bf64b59 (diff) |
Add an environment variable to util-linux
in Chapter 5 to prevent an installation error for
hosts that have unneeded capabilities availible.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10452 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general.ent b/general.ent index 09d820b85..f8329ff18 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20140126"> -<!ENTITY releasedate "January 26, 2014"> +<!ENTITY version "SVN-20140127"> +<!ENTITY releasedate "January 27, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |