diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-20 22:01:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-20 22:01:29 +0000 |
commit | 4e8a5326533f8a7a0c14077c2e905848e895d7fd (patch) | |
tree | ca663fc497def0be077dec6baa78d39525209c6e | |
parent | e043985d033951f499e41c9a6fbfa98e84ac027f (diff) |
Update contents for libexec changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter06/gawk.xml | 3 | ||||
-rw-r--r-- | chapter06/gcc.xml | 3 | ||||
-rw-r--r-- | chapter06/man-db.xml | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index d507d437d..9d9acf163 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -154,7 +154,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg> <seg>libstdbuf.so</seg> - <seg>/usr/lib/coreutils</seg> + <seg>/usr/libexec/coreutils</seg> </seglistitem> </segmentedlist> diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 6328b2c4c..81e572172 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -76,7 +76,8 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</ <seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so, readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, testext.so, and time.so</seg> - <seg>/usr/lib/{,g}awk, /usr/share/awk, /usr/share/doc/gawk-&gawk-version;</seg> + <seg>/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, + /usr/share/doc/gawk-&gawk-version;</seg> </seglistitem> </segmentedlist> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 83cac4ece..1484f4ff5 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -320,7 +320,8 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> libquadmath.{a,so}, libssp.{a,so}, libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so}</seg> - <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg> + <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, + /usr/share/gcc-&gcc-version;</seg> </seglistitem> </segmentedlist> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 372ee08aa..adf545d97 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -281,7 +281,7 @@ <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb, manpath, whatis, and zsoelim</seg> <seg>libman.so, libmandb.so</seg> - <seg>/usr/lib/man-db, /usr/share/doc/man-db-&man-db-version;</seg> + <seg>/usr/lib/man-db, /usr/libexec/man-db, /usr/share/doc/man-db-&man-db-version;</seg> </seglistitem> </segmentedlist> |