diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 19:14:22 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 19:14:22 +0000 |
commit | 0e1ef4a5c55c7a4e75f7e975c35b4edc32177c6b (patch) | |
tree | 7d80d3d9dfa8a224add28bd7610ba8561cd0ba45 /chapter06 | |
parent | 6c039f69169729cb512d1d54b080f3525e270df6 (diff) |
fix cp command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/config-glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <emphasis>EST5EDT</emphasis> or <emphasis>Canada/Eastern</emphasis>. Then create the <filename>/etc/localtime</filename> file by running:</para> -<para><screen><userinput>cp --remove-destination ../usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para> +<para><screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para> <para>Of course, instead of <emphasis>Canada/Eastern</emphasis>, fill in the name of the timezone that the <userinput>tzselect</userinput> script |