diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-16 23:27:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-16 23:27:14 +0000 |
commit | 94cd218038664fdc7fde2f793c8f73a1a19eedae (patch) | |
tree | 3669f6ec0ff5d346eb6efa70d16f796b0d6c02a3 | |
parent | 0c9665ea8ee2581c7903ff26a9cddf42a8fef25f (diff) |
updated deps for fileutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/fileutils-dep.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/appendixa/fileutils-dep.xml b/appendixa/fileutils-dep.xml index 942a348e3..91b4d0ecb 100644 --- a/appendixa/fileutils-dep.xml +++ b/appendixa/fileutils-dep.xml @@ -6,15 +6,18 @@ installed:</para> <literallayout> bash: sh -binutils: ar, as, ld +binutils: ar, as, ld, ranlib diffutils: cmp -fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm -gcc: cc -grep: egrep, grep +fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir +gettext: msgfmt, xgettext +gcc: cc, cc1, collect2, cpp0, gcc +grep: egrep, fgrep, grep make: make +perl: perl sed: sed -sh-utils: basename, expr, sleep, uname -textutils: cat, tr, uniq +sh-utils: basename, echo, expr, hostname, sleep, uname +texinfo: install-info +textutils: cat, tr </literallayout> </sect2> |