From f365e1e8c611a19aff3526991c007534f7de72c5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 5 Feb 2012 21:18:15 +0000 Subject: Install Kmod's and Xz's pkgconfig files in the correct location. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kmod.xml | 2 +- chapter06/xz.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 5ffe8d3ab..736e0d129 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -76,7 +76,7 @@ zlib_LIBS="-L/lib -lz" \ Module-Init-Tools, the package that previously handled Linux kernel modules: -make install +make pkgconfigdir=/usr/lib/pkgconfig install for target in depmod insmod modinfo modprobe rmmod; do ln -sv ../bin/kmod /sbin/$target done diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 48baad9e3..dd927d179 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -58,7 +58,7 @@ Install the package: -make install +make pkgconfigdir=/usr/lib/pkgconfig install -- cgit v1.2.3-54-g00ecf