diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-11-02 14:40:17 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-11-02 14:40:17 +0000 |
commit | edd71fb63ef41c09785ead19bb956c0998a45bdb (patch) | |
tree | 8430ac82bfed5874ae0faf0007dd2cc8f4b858c6 | |
parent | 3814b39baa2f7867da4a293021a76fe183a2cde9 (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.xml | 4 |
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 && +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> |