diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
commit | 78cc3be1c3edc5f411095e26ae251b290b17bfe5 (patch) | |
tree | 2421211482f305a1a4f8638e1674f860a5bf8604 /chapter06/libelf.xml | |
parent | 1263de24b91da3f03775e358e8efe4f4820b4a56 (diff) |
Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/libelf.xml')
-rw-r--r-- | chapter06/libelf.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml index 280d1fe66..e7f1ee3cd 100644 --- a/chapter06/libelf.xml +++ b/chapter06/libelf.xml @@ -68,11 +68,15 @@ install -vm644 config/libelf.pc /usr/lib/pkgconfig</userinput></screen> <segmentedlist> <segtitle>Installed Library</segtitle> + <segtitle>Installed Directory</segtitle> <seglistitem> <seg> libelf.so </seg> + <seg> + /usr/include/elfutils + </seg> </seglistitem> </segmentedlist> |