Explorar el Código

Fix check docdir

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Xi Ruoyao hace 6 años
padre
commit
fbf2e1671f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      chapter06/check.xml

+ 2 - 1
chapter06/check.xml

@@ -42,7 +42,8 @@
 
     <para>Prepare Check for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr
+            --docdir=/usr/share/doc/check-&check-version;</userinput></screen>
 
     <para>Build the package:</para>