aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-05-08 16:46:39 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-05-08 16:46:39 +0000
commite412703b8586b7c0db72b7cfc8ffcec5260ee7ae (patch)
tree149ee0cef4ad789df08a54b15917f3b39e0333ac
parent658dcabf7747fbdb2cf6931b44c796706bab63bd (diff)
Fix a script after check is installed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11409 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/check.xml5
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>