From fe05b08956d63876ea5dcc7c3fbb2f7dc797cd9e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 23 May 2010 17:18:52 +0000 Subject: Add installed directories information to each package. Thanks to Chris Staub for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/autoconf.xml | 2 ++ chapter06/automake.xml | 3 +++ chapter06/bash.xml | 2 ++ chapter06/binutils.xml | 2 ++ chapter06/bison.xml | 2 ++ chapter06/bzip2.xml | 2 ++ chapter06/coreutils.xml | 2 ++ chapter06/e2fsprogs.xml | 3 +++ chapter06/findutils.xml | 2 ++ chapter06/gawk.xml | 2 ++ chapter06/gcc.xml | 2 ++ chapter06/gettext.xml | 3 +++ chapter06/glibc.xml | 9 +++++++++ chapter06/gmp.xml | 2 ++ chapter06/groff.xml | 3 +++ chapter06/grub.xml | 2 +- chapter06/iproute2.xml | 3 +++ chapter06/kbd.xml | 2 ++ chapter06/libtool.xml | 2 ++ chapter06/linux-headers.xml | 4 ++++ chapter06/man-db.xml | 2 ++ chapter06/mpfr.xml | 2 ++ chapter06/ncurses.xml | 2 ++ chapter06/perl.xml | 2 ++ chapter06/readline.xml | 3 +++ chapter06/sed.xml | 2 ++ chapter06/shadow.xml | 2 ++ chapter06/texinfo.xml | 2 ++ chapter06/udev.xml | 4 ++-- chapter06/util-linux-ng.xml | 2 ++ chapter06/vim.xml | 2 ++ 31 files changed, 76 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 89037b1fc..97fc0daa6 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -68,10 +68,12 @@ Installed programs + Installed directory autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate, and ifnames + /usr/share/autoconf diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 4d50b9637..49641233e 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -67,12 +67,15 @@ Installed programs + Installed directories acinstall, aclocal, aclocal-&automake-version;, automake, automake-&automake-version;, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, symlink-tree, and ylwrap + /usr/share/aclocal-1.11, /usr/share/automake-1.11, + /usr/share/doc/automake-&automake-version; diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 95b57e500..67a77d8b6 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -110,9 +110,11 @@ Installed programs + Installed directory bash, bashbug, and sh (link to bash) + /usr/share/doc/bash-&bash-version; diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 19e693415..9f11bacee 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -128,11 +128,13 @@ cd ../binutils-build Installed programs Installed libraries + Installed directory addr2line, ar, as, c++filt, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip libiberty.a, libbfd.{a,so}, and libopcodes.{a,so} + /usr/lib/ldscripts diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 238d4174f..35b9ff7e4 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -76,10 +76,12 @@ Installed programs Installed library + Installed directory bison and yacc liby.a + /usr/share/bison diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 1abaaa9e4..c1702c36a 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -101,12 +101,14 @@ ln -sv bzip2 /bin/bzcat Installed programs Installed libraries + Installed directory bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep), bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore libbz2.{a,so} + /usr/share/doc/bzip2-&bzip2-version; diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 1e758d0fd..7f6f09a94 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -140,6 +140,7 @@ mv -v /usr/bin/chroot /usr/sbin Installed programs + Installed directory base64, basename, cat, chcon, chgrp, chmod, chown, chroot, cksum, @@ -152,6 +153,7 @@ mv -v /usr/bin/chroot /usr/sbin split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes + /usr/lib/coreutils diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 4c851a02f..4d030aecc 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -148,6 +148,7 @@ install-info --dir-file=/usr/share/info/dir \ Installed programs Installed libraries + Installed directory badblocks, chattr, compile_et, debugfs, dumpe2fs, e2freefrag, @@ -157,6 +158,8 @@ install-info --dir-file=/usr/share/info/dir \ resize2fs, and tune2fs libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so} and libss.{a,so} + /usr/include/e2p, /usr/include/et, /usr/include/ext2fs, + /usr/include/ss, /usr/share/et, /usr/share/ss diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index e90b5eeae..d7d02cced 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -90,9 +90,11 @@ sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb Installed programs + Installed directory bigram, code, find, frcode, locate, oldfind, updatedb, and xargs + /usr/lib/findutils diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 04ee8ae5b..1679cc31b 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -69,10 +69,12 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} \ Installed programs + Installed directories awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk, pgawk, pgawk-&gawk-version;, and pwcat + /usr/lib/awk, /usr/share/awk diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 4e8f51574..a5b18e52c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -276,12 +276,14 @@ SEARCH_DIR("/usr/lib"); Installed programs Installed libraries + Installed directories c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so}, libmudflap.{a,so}, libmudflapth.{a,so}, libssp.{a,so}, libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a + /usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version; diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index d95dfa90c..e4dd351c6 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -73,6 +73,7 @@ Installed programs Installed libraries + Installed directories autopoint, config.charset, config.rpath, envsubst, gettext, gettext.sh, @@ -81,6 +82,8 @@ ngettext, recode-sr-latin, and xgettext libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, libgettextsrc.so, and preloadable_libintl.so + /usr/lib/gettext, /usr/share/doc/gettext-&gettext-version;, + /usr/share/gettext diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 31a95168c..e799d8f57 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -369,6 +369,7 @@ EOF Installed programs Installed libraries + Installed directories catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig, @@ -383,6 +384,14 @@ EOF libnss_nisplus.so, libpcprofile.so, libpthread.{a,so}, libpthread_nonshared.a, libresolv.{a,so}, librpcsvc.a, librt.{a,so}, libthread_db.so, and libutil.{a,so} + /usr/include/arpa, /usr/include/bits, /usr/include/gnu, + /usr/include/net, /usr/include/netash, /usr/include/netatalk, + /usr/include/netax25, /usr/include/neteconet, /usr/include/netinet, + /usr/include/netipx, /usr/include/netiucv, /usr/include/netpacket, + /usr/include/netrom, /usr/include/netrose, /usr/include/nfs, + /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc, + /usr/include/sys, /usr/lib/gconv, /usr/lib/glibc, /usr/lib/locale, + /usr/share/i18n, /usr/share/zoneinfo diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index cae732a60..522cd6710 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -108,9 +108,11 @@ cp -v doc/{isa_abi_headache,configuration} doc/*.html \ Installed Libraries + Installed directory libgmp.{a,so}, libgmpxx.{a,so}, and libmp.{a,so} + /usr/share/doc/gmp-&gmp-version; diff --git a/chapter06/groff.xml b/chapter06/groff.xml index b07632dd8..8965c5dd2 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -86,6 +86,7 @@ ln -sv tbl /usr/bin/gtbl Installed programs + Installed directories addftinfo, afmtodit, chem, eqn, eqn2graph, gdiffmk, @@ -95,6 +96,8 @@ ln -sv tbl /usr/bin/gtbl pic2graph, post-grohtml, preconv, pre-grohtml, refer, roff2dvi, roff2html, roff2pdf, roff2ps, roff2text, roff2x, soelim, tbl, tfmtodit, and troff + /usr/lib/groff, /usr/share/doc/groff-&groff-version;, + /usr/share/groff diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 807abc8e3..f306491bd 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -78,7 +78,7 @@ grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig, grub-mkdevicemap, grub-probe, grub-setup - /usr/lib/grub, /etc/grub.d, /usr/share/grub, /usr/include/grub + /usr/lib/grub, /etc/grub.d, /usr/share/grub diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 12719676b..2647a6e1f 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -90,11 +90,14 @@ Installed programs + Installed directories ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, and tc + /etc/iproute2, /lib/tc, /usr/share/doc/iproute2-&iproute2-version;, + /usr/lib/tc diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 3b5360f46..11dc5ab16 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -106,6 +106,7 @@ cp -R -v doc/* \ Installed programs + Installed directory chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode, @@ -114,6 +115,7 @@ cp -R -v doc/* \ psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, setfont, setkeycodes, setleds, setmetamode, showconsolefont, showkey, unicode_start, and unicode_stop + /lib/kbd diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 3679a81aa..2bbe70945 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -67,10 +67,12 @@ Installed programs Installed libraries + Installed directories libtool and libtoolize libltdl.{a,so} + /usr/include/libltdl, /usr/share/libtool diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 82fca175f..d52f936ea 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -70,12 +70,16 @@ cp -rv dest/include/* /usr/include Installed headers + Installed directories /usr/include/asm/*.h, /usr/include/asm-generic/*.h, /usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h, /usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, /usr/include/video/*.h, /usr/include/xen/*.h + /usr/include/asm, /usr/include/asm-generic, /usr/include/drm, + /usr/include/linux, /usr/include/mtd, /usr/include/rdma, + /usr/include/scsi, /usr/include/sound, /usr/include/video, /usr/include/xen diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 27f187593..96e4603f8 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -271,10 +271,12 @@ Installed programs + Installed directories accessdb, apropos (link to whatis), catman, lexgrog, man, mandb, manpath, whatis, and zsoelim + /usr/lib/man-db, /usr/share/doc/man-db diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 044c4c1e1..b911d70c3 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -76,9 +76,11 @@ make install-html Installed Libraries + Installed directory libmpfr.{a,so} + /usr/share/doc/mpfr-&mpfr-version; diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 6d09aa622..994c6f120 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -158,6 +158,7 @@ cp -av lib/lib*.so.5* /usr/lib Installed programs Installed libraries + Installed directories captoinfo (link to tic), clear, infocmp, infotocap (link to tic), @@ -166,6 +167,7 @@ cp -av lib/lib*.so.5* /usr/lib libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so}, libpanelw.{a,so} and their non-wide-character counterparts without "w" in the library names. + /usr/share/tabset, /usr/share/terminfo diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 7487ca6ae..d94357b93 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -119,6 +119,7 @@ Installed programs Installed libraries + Installed directory a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp, @@ -129,6 +130,7 @@ psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p, shasum, splain, and xsubpp Several hundred which cannot all be listed here + /usr/lib/perl5 diff --git a/chapter06/readline.xml b/chapter06/readline.xml index ed9cd121f..a4917b38a 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -108,9 +108,12 @@ install -v -m644 doc/*.{ps,pdf,html,dvi} \ Installed libraries + Installed directories libhistory.{a,so}, and libreadline.{a,so} + /usr/include/readline, /usr/share/readline, + /usr/share/doc/readline-&readline-version; diff --git a/chapter06/sed.xml b/chapter06/sed.xml index d95e74858..a9fc5d869 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -83,9 +83,11 @@ Installed program + Installed directory sed + /usr/share/doc/sed-&sed-version; diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 9647214a0..f82a65f24 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -206,6 +206,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so --> Installed programs + Installed directory chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd, @@ -213,6 +214,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so --> lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and vipw + /etc/default diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index a2c615caf..67a9f6b72 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -97,10 +97,12 @@ done Installed programs + Installed directory info, infokey, install-info, makeinfo, pdftexi2dvi, texi2dvi, texi2pdf, and texindex + /usr/share/texinfo diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 0e5fa85fd..4f2af494a 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -155,14 +155,14 @@ make install Installed programs Installed libraries - Installed directory + Installed directories ata_id, cdrom_id, collect, create_floppy_devices, edd_id, firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd, usb_id, write_cd_rules, and write_net_rules libudev.{a,so} - /etc/udev + /etc/udev, /lib/udev, /lib/firmware diff --git a/chapter06/util-linux-ng.xml b/chapter06/util-linux-ng.xml index 9ba39f570..985756f29 100644 --- a/chapter06/util-linux-ng.xml +++ b/chapter06/util-linux-ng.xml @@ -104,6 +104,7 @@ mkdir -pv /var/lib/hwclock Installed programs Installed libraries + Installed directories addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe, @@ -117,6 +118,7 @@ mkdir -pv /var/lib/hwclock swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp, ul, umount, uuidd, uuidgen, wall, whereis, and write libblkid.{a,so}, libuuid.{a,so} + /usr/share/getopt, /var/lib/hwclock diff --git a/chapter06/vim.xml b/chapter06/vim.xml index cd3a441ba..84c5f60f1 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -197,11 +197,13 @@ set spell Installed programs + Installed directory ex (link to vim), rview (link to vim), rvim (link to vim), vi (link to vim), view (link to vim), vim, vimdiff (link to vim), vimtutor, and xxd + /usr/share/vim -- cgit v1.2.3-54-g00ecf