diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-11-09 06:35:07 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-11-09 06:35:07 +0000 |
commit | 1e16f1a8296776521996092383de1e6c6243a91b (patch) | |
tree | 6f4cf73d3a3b27d7c195f560191dde716417f3e0 /chapter06/createfiles.xml | |
parent | f1e1fe657992d117b5565129e33d7f0a6956e45f (diff) |
Add missing command for previous commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11327 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |