aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-28 15:22:23 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-28 15:22:23 +0000
commita0fcc028b432c95d5dc8f4c154b01b802c39b16d (patch)
tree66cfe754e6a83719c380eea0a7dd0de7056b1cd2 /chapter06/glibc-inst.xml
parenta21eb83210ffe4358cc41cf2c881d6d30dccb237 (diff)
Added a sed to install pt_chown without copying it ourself
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index cd7f8bb56..8fb8ac39b 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -21,6 +21,10 @@ Install Glibc by running the following commands:
&gt; tmp~ &amp;&amp;</userinput>
<userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile &amp;&amp;
</userinput>
+ <userinput>sed "s/root/0/" ../glibc-2.2.1/login/Makefile
+ &gt; tmp~ &amp;&amp; </userinput>
+ <userinput>mv tmp~ ../glibc-2.2.1/login/Makefile &amp;&amp;
+ </userinput>
<userinput>../glibc-2.2.1/configure \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-add-ons
\</userinput>
@@ -34,8 +38,6 @@ 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 &amp;&amp;</userinput>
- <userinput>chmod 4755 /usr/bin/pt_chown</userinput>
</literallayout></blockquote>