mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 21:59:21 +01:00
fix cp command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6c039f6916
commit
0e1ef4a5c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user