From ab2027fd92fb36b4b27cf80a69f6b68e37479ec2 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 25 Aug 2001 18:15:35 +0000 Subject: [PATCH] added -f to cp git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1033 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/fileutils-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -cp lib/Makefile.in lib/Makefile.in.backup && +cp -f lib/Makefile.in lib/Makefile.in.backup && sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \    lib/Makefile.in > tmp && sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \