From 0e1ef4a5c55c7a4e75f7e975c35b4edc32177c6b Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 12 May 2003 19:14:22 +0000 Subject: fix cp command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/config-glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/config-glibc.xml') diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index 9032bb4bb..3ffa9dc1a 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -41,7 +41,7 @@ output the name of your timezone, something like EST5EDT or Canada/Eastern. Then create the /etc/localtime file by running: -cp --remove-destination ../usr/share/zoneinfo/Canada/Eastern /etc/localtime +cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime Of course, instead of Canada/Eastern, fill in the name of the timezone that the tzselect script -- cgit v1.2.3-54-g00ecf