aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:44:14 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:44:14 +0000
commite3eb0fae82ea1a2a40ebcb9dde892f91eedc7b12 (patch)
treec9345092222c5efeb58fb52ae9ec633a25e409be /chapter06/glibc-inst.xml
parent746f7b1c2feeba621a4b516b005d5690889ec40b (diff)
Added chmod 4755 /usr/bin/pt_chown
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index c7009e4f5..a3a925954 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -29,7 +29,8 @@ Install Glibc by running the following commands:
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>make localedata/install-locales &amp;&amp;</userinput>
- <userinput>cp login/pt_chown /usr/bin</userinput>
+ <userinput>cp login/pt_chown /usr/bin &amp;&amp;</userinput>
+ <userinput>chmod 4755 /usr/bin/pw_chown</userinput>
</literallayout></blockquote>