Browse Source

pw_chown -> pt_chown

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Simon Perreault 24 years ago
parent
commit
8c62583d86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter06/glibc-inst.xml

+ 1 - 1
chapter06/glibc-inst.xml

@@ -30,7 +30,7 @@ Install Glibc by running the following commands:
 	<userinput>make install &amp;&amp;</userinput>
 	<userinput>make localedata/install-locales &amp;&amp;</userinput>
 	<userinput>cp login/pt_chown /usr/bin &amp;&amp;</userinput>
-	<userinput>chmod 4755 /usr/bin/pw_chown</userinput>
+	<userinput>chmod 4755 /usr/bin/pt_chown</userinput>
 
 </literallayout></blockquote>