Author: xry111
Date: Sat May 30 07:44:59 2020
New Revision: 11876

Log:
remove some unnecessary envs

Modified:
   trunk/BOOK/chapter06/kbd.xml
   trunk/BOOK/chapter06/make.xml

Modified: trunk/BOOK/chapter06/kbd.xml
==============================================================================
--- trunk/BOOK/chapter06/kbd.xml        Sat May 30 07:43:18 2020        (r11875)
+++ trunk/BOOK/chapter06/kbd.xml        Sat May 30 07:44:59 2020        (r11876)
@@ -60,7 +60,7 @@
 
     <para>Prepare Kbd for compilation:</para>
 
-<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig 
./configure --prefix=/usr --disable-vlock</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr 
--disable-vlock</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>

Modified: trunk/BOOK/chapter06/make.xml
==============================================================================
--- trunk/BOOK/chapter06/make.xml       Sat May 30 07:43:18 2020        (r11875)
+++ trunk/BOOK/chapter06/make.xml       Sat May 30 07:44:59 2020        (r11876)
@@ -56,7 +56,7 @@
     We use an environment variable to accomplish this.  To test the 
     results, issue:</para>
 
-<screen><userinput remap="test">make PERL5LIB=$PWD/tests/ 
check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
 
     <para>Install the package:</para>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to