diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-05-11 08:57:16 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-05-11 08:57:16 +0000 |
commit | cd2bd145defb52bc143d03794e81c04077450d89 (patch) | |
tree | a09b2a3ea8f36f08f06389dd3065008f23d42ccf /general.ent | |
parent | 3dfd95eaf1a35bb46914863362a93f53e8261e58 (diff) |
Fix a harcoded path in the man-db systemd unit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index d1995b768..4a38b7978 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190503"> +<!ENTITY version "SVN-20190511"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190503-systemd"> +<!ENTITY versiond "20190511-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "May 3, 2019"> +<!ENTITY releasedate "May 11, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.5"> |