aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2019-11-02 14:40:17 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2019-11-02 14:40:17 +0000
commitedd71fb63ef41c09785ead19bb956c0998a45bdb (patch)
tree8430ac82bfed5874ae0faf0007dd2cc8f4b858c6
parent3814b39baa2f7867da4a293021a76fe183a2cde9 (diff)
Restore the sed command in check
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/check.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/check.xml b/chapter06/check.xml
index 2e5cdd98b..ee72a0725 100644
--- a/chapter06/check.xml
+++ b/chapter06/check.xml
@@ -58,7 +58,9 @@
<para>Install the package and fix a script:</para>
- <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install</userinput></screen>
+ <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install &amp;&amp;
+sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen>
+<!-- Removes a hardcoded call to /tools/bin/gawk at line 1 of checkmk. -->
</sect2>