From 9c5cdd8a537f193530d64c9dc0b2dc726ab8ace6 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 30 May 2020 14:44:59 +0000 Subject: remove some unnecessary envs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kbd.xml | 2 +- chapter06/make.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') 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 Prepare Kbd for compilation: -PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr --disable-vlock +./configure --prefix=/usr --disable-vlock The meaning of the configure options: 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: -make PERL5LIB=$PWD/tests/ check +make check Install the package: -- cgit v1.2.3-54-g00ecf