add --prefix=/usr to emacs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@80 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Mark Hymers 2002-08-08 21:44:37 +00:00
parent 30b04fdf11
commit 5dfe9becd4
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>August 8th, 2002 [markh]: Post-LFS: Added missing
--prefix=/usr to emacs instructions.</para></listitem>
<listitem><para>August 8th, 2002 [larry]: General: Added
slang.</para></listitem>

View File

@ -3,7 +3,7 @@
<para>Install emacs by running the following commands:</para>
<para><screen><userinput>./configure &amp;&amp;
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make bootstrap &amp;&amp;
make install</userinput></screen></para>