瀏覽代碼

Fixed --libexecdir to /usr/bin

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父節點
當前提交
166f15a843
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      chapter06/glibc-exp.xml
  2. 1 1
      chapter06/glibc-inst.xml

+ 3 - 0
chapter06/glibc-exp.xml

@@ -41,6 +41,9 @@ edited Makefile and then copying it back over the original.</para>
 <para><userinput>--enable-add-ons:</userinput> This enables the add-on that
 we install with Glibc: linuxthreads</para>
 
+<para><userinput>--libexecdir=/usr/bin:</userinput> This will cause the
+pt_chown program to be installed in the /usr/bin directory.</para>
+
 <para><userinput>sed 's/cross-compiling = yes/cross-compiling = no/'
 config.make &gt; config.make~:</userinput> This time, we're replacing
 <filename>cross-compiling = yes</filename> with

+ 1 - 1
chapter06/glibc-inst.xml

@@ -19,7 +19,7 @@ would do.</para>
 <userinput>mkdir ../glibc-build &amp;&amp;</userinput>
 <userinput>cd ../glibc-build &amp;&amp;</userinput>
 <userinput>../glibc-&glibc-version;/configure --prefix=/usr \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;--enable-add-ons --libexecdir=/usr &amp;&amp;</userinput>
+<userinput>&nbsp;&nbsp;&nbsp;--enable-add-ons --libexecdir=/usr/bin &amp;&amp;</userinput>
 <userinput>cp config.make config.make.backup &amp;&amp;</userinput>
 <userinput>sed 's/cross-compiling = yes/cross-compiling = no/' \</userinput>
 <userinput>&nbsp;&nbsp;&nbsp;config.make &gt; tmp~ &amp;&amp;</userinput>