Install nas in /usr/X11R6 instead of /usr

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1464 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2003-11-01 06:54:51 +00:00
parent 2bc9898d87
commit b7fdd96fb8
3 changed files with 9 additions and 3 deletions

View File

@ -12,7 +12,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>October 31st, 2003 [tushar]: NAS: Added dependency to
XFree86.</para></listitem>
XFree86 and modified instructions to install in /usr/X11R6 instead of
/usr.</para></listitem>
<listitem><para>October 31st, 2003 [tushar]: OpenOffice: Added Printer
Administration description.</para></listitem>

View File

@ -3,10 +3,12 @@
<para><command>xmkmf...</command>: These commands use the standard for compiling <application>X</application> based applications.</para>
<!--
<para><command>make INCROOT=...</command>: These commands install with
the <filename class="directory">/usr</filename> prefix
instead of the default <filename class="directory">/usr/X11R6</filename>
prefix. They also install the man pages.</para>
-->
</sect2>

View File

@ -9,10 +9,13 @@ make Makefiles &amp;&amp;
make includes &amp;&amp;
make depend &amp;&amp;
make &amp;&amp;
make install install.man</command></userinput></screen>
<!--
make INCROOT=/usr/include USRLIBDIR=/usr/lib \
MANPATH=/usr/share/man BINDIR=/usr/bin \
LIBDIR=/usr/lib CONFIGDIR=/usr/X11R6/lib/X11/config \
install install.man</command></userinput></screen>
install install.man
-->
</sect2>