diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 86073941d..0fb391ce4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,18 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2019-06-24 + + + [renodr] - Fixed issue with installing Check's documentation + in a verisoned directory. Thanks goes to Ryan Marsaw for the report. + This was fixed be removing the unrecognized/unused --docdir + and replacing it with a "docdir=" in the make install command. + + + + 2019-06-18 diff --git a/chapter06/check.xml b/chapter06/check.xml index 5374de5c1..739af9803 100644 --- a/chapter06/check.xml +++ b/chapter06/check.xml @@ -42,8 +42,7 @@ Prepare Check for compilation: -./configure --prefix=/usr \ - --docdir=/usr/share/doc/check-&check-version; +./configure --prefix=/usr Build the package: @@ -59,7 +58,7 @@ Install the package and fix a script: -make install + make docdir=/usr/share/doc/check-&check-version; install sed -i '1 s/tools/usr/' /usr/bin/checkmk diff --git a/general.ent b/general.ent index abe9d2187..1b9e68139 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +