|
@@ -31,7 +31,16 @@ create temporary files.</para>
|
|
|
|
|
|
<para>Now prepare Ed for compilation:</para>
|
|
<para>Now prepare Ed for compilation:</para>
|
|
|
|
|
|
-<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
|
|
|
|
+<screen><userinput>./configure --prefix=/usr --exec-prefix=""</userinput></screen>
|
|
|
|
+
|
|
|
|
+<para>The meaning of the configure option:</para>
|
|
|
|
+
|
|
|
|
+<itemizedlist>
|
|
|
|
+<listitem><para><userinput>--exec-prefix=""</userinput>: This forces the
|
|
|
|
+programs to be installed into the <filename>/bin</filename> directory. Having
|
|
|
|
+the programs available there is useful in the event of the
|
|
|
|
+<filename>/usr</filename> partition being unavailable.</para></listitem>
|
|
|
|
+</itemizedlist>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
@@ -47,12 +56,6 @@ following command will do so:</para>
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
-<para>And move the programs to the <filename>/bin</filename> directory, so
|
|
|
|
-they can be used in the event that the <filename>/usr</filename> partition is
|
|
|
|
-unavailable.</para>
|
|
|
|
-
|
|
|
|
-<screen><userinput>mv /usr/bin/{ed,red} /bin</userinput></screen>
|
|
|
|
-
|
|
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|
|
</sect1>
|
|
</sect1>
|