Changeset 94e6142 for BOOK/final-system/common/glibc.xml
- Timestamp:
- Feb 21, 2006, 10:27:39 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3793118a
- Parents:
- eb55250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glibc.xml
reb55250 r94e6142 63 63 source directory in a dedicated build directory:</para> 64 64 65 <screen os="f"><userinput>mkdir ../glibc-build65 <screen os="f"><userinput>mkdir -v ../glibc-build 66 66 cd ../glibc-build</userinput></screen> 67 67 … … 169 169 successfully:</para> 170 170 171 <screen><userinput>mkdir -p /usr/lib/locale171 <screen><userinput>mkdir -pv /usr/lib/locale 172 172 localedef -i de_DE -f ISO-8859-1 de_DE 173 173 localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro … … 245 245 <filename>/etc/localtime</filename> file by running:</para> 246 246 247 <screen><userinput>cp - -remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \247 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ 248 248 /etc/localtime</userinput></screen> 249 249
Note:
See TracChangeset
for help on using the changeset viewer.