mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
5e18c49cdd
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1303 af4574ff-66df-0310-9fd7-8a98e5e911e0
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><screen><command>cd contrib &&
|
|
cp Makefile.in Makefile.in.orig &&
|
|
sed -e "s:emacs::" Makefile.in.orig > Makefile.in &&
|
|
cd .. &&</command></screen>
|
|
These commands eliminate the compiling and installing of the
|
|
<application>Emacs</application> script files. If you have substituted
|
|
<application>Emacs</application> for <application>Vi</application> as your
|
|
primary editor, you would want to skip these instructions.</para>
|
|
|
|
<para><screen><command>cp configure{,.orig} &&
|
|
sed -e 's|/usr/local/share/ghostscript|/usr/share/ghostscript|g' \
|
|
configure.orig > configure</command></screen>
|
|
This command modifies the configure script to search for
|
|
<application>Ghostscript</application> fonts
|
|
at the location where they were installed by the <acronym>BLFS</acronym>
|
|
instructions.</para>
|
|
|
|
<para><parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data
|
|
goes to <filename class="directory">/etc/a2ps</filename> instead of
|
|
<filename class="directory">/usr/etc</filename>.</para>
|
|
|
|
<para><parameter>--with-medium=letter</parameter>: This switch changes
|
|
the default paper format of A4 to letter. Installations that utilize A4
|
|
would eliminate this switch.</para>
|
|
|
|
</sect2>
|