diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-12 17:38:27 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-12 17:38:27 +0000 |
commit | 8c62583d8651d2d32876c5681b3e02a9dcb91487 (patch) | |
tree | d03e1f620346855e312d5b3cbb47ca4d3a38db06 /chapter06 | |
parent | c3b1a1b628bf83ea34228c63a49c53e06662e943 (diff) |
pw_chown -> pt_chown
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index a3a925954..7458748ab 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -30,7 +30,7 @@ Install Glibc by running the following commands: <userinput>make install &&</userinput> <userinput>make localedata/install-locales &&</userinput> <userinput>cp login/pt_chown /usr/bin &&</userinput> - <userinput>chmod 4755 /usr/bin/pw_chown</userinput> + <userinput>chmod 4755 /usr/bin/pt_chown</userinput> </literallayout></blockquote> |