diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/check.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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 @@ <para>Prepare Check for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --docdir=/usr/share/doc/check-&check-version;</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <para>Build the package:</para> @@ -59,7 +58,7 @@ <para>Install the package and fix a script:</para> -<screen><userinput remap="install">make install + <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen> </sect2> |