mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
three remaining users of /usr/etc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@50 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ed64de8eaf
commit
b9139e2165
@ -12,7 +12,8 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<listitem><para>August 2nd, 2002 [larry]: Basic Net: added wget-1.8.2,
|
||||
procmail-3.22. Removed chmod 755 from OpenSSH. Modified Imlib for
|
||||
consistency.</para></listitem>
|
||||
consistency. Imlib, GTK+, GTK2+ and Pango modified to install
|
||||
configuration files in /etc rather than /usr/etc.</para></listitem>
|
||||
|
||||
<listitem><para>July 31st, 2002 [larry]: General Libraries: upgraded
|
||||
openssl to 0.9.6e.</para></listitem>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Install GTK+ by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Install GTK+ by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Install Pango by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user