Explorar el Código

Fix a script after check is installed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11409 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs hace 7 años
padre
commit
e412703b85
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      chapter06/check.xml

+ 3 - 2
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>