mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
fixed enscript's media parameter
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1684 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8bf1d1edf5
commit
787a39b5a2
@ -9,7 +9,7 @@ instead of <filename class="directory">/usr/etc</filename>.</para>
|
||||
directory for runtime data to <filename class="directory">/var</filename>
|
||||
instead of <filename class="directory">/usr/var</filename>.</para>
|
||||
|
||||
<para><parameter>--with-media=letter</parameter>: This switch sets the
|
||||
<para><parameter>--with-media=Letter</parameter>: This switch sets the
|
||||
medium format to letter.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para>Install enscript by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/enscript \
|
||||
--localstatedir=/var --with-media=letter &&
|
||||
--localstatedir=/var --with-media=Letter &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user