From 1e16f1a8296776521996092383de1e6c6243a91b Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Thu, 9 Nov 2017 06:35:07 +0000 Subject: Add missing command for previous commit. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11327 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/createfiles.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter06') diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 1287b4efb..2d7ddebdc 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -59,6 +59,7 @@ done ln -svf /tools/include/blkid /usr/include ln -svf /tools/include/libmount /usr/include ln -svf /tools/include/uuid /usr/include +install -vdm755 /usr/lib/pkgconfig for pc in blkid mount uuid do sed 's@tools@usr@g' /tools/lib/pkgconfig/${pc}.pc \ -- cgit v1.2.3-54-g00ecf