aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.sgml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-09 21:25:34 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-09 21:25:34 +0000
commit1cbb49fa38e50dd50981f8a04766599d5dd6fdd3 (patch)
tree746532192a9e466fa2de31553d187a4160fb74a7 /chapter06/glibc-inst.sgml
parentf95960125ad4cf399a9fe39eba702e078e46aa08 (diff)
Added manual copy of pt_chown
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.sgml')
-rw-r--r--chapter06/glibc-inst.sgml3
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 &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
- <userinput>make localedata/install-locales</userinput>
+ <userinput>make localedata/install-locales &amp;&amp;</userinput>
+ <userinput>cp login/pt_chown /usr/bin</userinput>
</literallayout></blockquote>