From 0aae623795f5042855eb18a7c846ad4a728bdee1 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 12 May 2003 03:15:09 +0000 Subject: Fixed gcc specs version (replace with entity) and fixed configuring timezone in Glibc...cp needs --remove-destination to remove teh already existing /etc/localtime symlink git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2579 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/config-glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index 5215c9636..9032bb4bb 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 ../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