diff options
-rw-r--r-- | chapter06/glibc-inst.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.sgml b/chapter06/glibc-inst.sgml index cb405be61..71db5be33 100644 --- a/chapter06/glibc-inst.sgml +++ b/chapter06/glibc-inst.sgml @@ -28,7 +28,8 @@ Install Glibc by running the following commands: <userinput>mv config.make~ config.make &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> - <userinput>make localedata/install-locales</userinput> + <userinput>make localedata/install-locales &&</userinput> + <userinput>cp login/pt_chown /usr/bin</userinput> </literallayout></blockquote> |