diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 18:15:35 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 18:15:35 +0000 |
commit | ab2027fd92fb36b4b27cf80a69f6b68e37479ec2 (patch) | |
tree | 1b6b9d3e681cd91c69eb895fc393ea7afeb391c4 /chapter05/fileutils-inst.xml | |
parent | d493379124a7f2b297846b3883b8143e2ecd4c46 (diff) |
added -f to cp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1033 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index d1e09cad5..b9bd7aa3a 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -7,7 +7,7 @@ limited to, Linux systems that run Glibc-2.2.3 with an AMD CPU (Athlons and Durons are the most reported used CPU's). If you are in this category, run the following to sed commands before you compile this package. -<screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &&</userinput> +<screen><userinput>cp -f lib/Makefile.in lib/Makefile.in.backup &&</userinput> <userinput>sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput> <userinput> lib/Makefile.in > tmp &&</userinput> <userinput>sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput> |