diff options
Diffstat (limited to 'chapter06/check.xml')
-rw-r--r-- | chapter06/check.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/check.xml b/chapter06/check.xml index cdbcafd18..c65e8033d 100644 --- a/chapter06/check.xml +++ b/chapter06/check.xml @@ -56,9 +56,10 @@ <para>Note that the Check test suite may take a relatively long (up to 4 SBU) time.</para> - <para>Install the package:</para> + <para>Install the package and fix a script:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make install +sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen> </sect2> |