aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kbd.xml2
-rw-r--r--chapter06/make.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index 2bf0853f7..a72ca29a8 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -60,7 +60,7 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
<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>
diff --git a/chapter06/make.xml b/chapter06/make.xml
index 585f8eea3..9c649cdc5 100644
--- a/chapter06/make.xml
+++ b/chapter06/make.xml
@@ -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>