Changeset 5c52c23 for pst


Ignore:
Timestamp:
11/18/2011 06:13:05 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6025fa54
Parents:
14d01d8
Message:

Minor cups fixups

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8979 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r14d01d8 r5c52c23  
    137137    following commands:</para>
    138138
    139 <screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/cups-&cups-version; &amp;&amp;
     139<screen><userinput>./configure --prefix=/usr &amp;&amp;
    140140make</userinput></screen>
    141141
     
    148148    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    149149
    150 <screen role="root"><userinput>make install</userinput></screen>
     150<screen role="root"><userinput>make install &amp;&amp;
     151mv -v /usr/share/doc/cups /usr/share/doc/cups-&cups-version;</userinput></screen>
    151152
    152153    <para>The <application>man</application> files are installed in compressed
    153154    (<filename class='extension'>.gz</filename>) format. If desired, use the
    154     following commands to uncompress them:</para>
    155 
    156 <screen role="root"><userinput>find -name \*gz -type l -delete                        &amp;&amp;
     155    following commands to uncompress them as the
     156    <systemitem class="username">root</systemitem> user:</para>
     157
     158<screen role="root"><userinput>pushd /usr/share/man/                                  &amp;&amp;
     159find -name cups\*gz -type l -print -delete             &amp;&amp;
    157160find -name \*gz -exec gunzip -v {} \;                  &amp;&amp;
     161popd                                                   &amp;&amp;
    158162
    159163ln -v -s cupsaccept.8 /usr/share/man/man8/reject.8     &amp;&amp;
     
    171175    <filename class="directory">/usr/{bin,include,lib,sbin,share/cups}</filename>,
    172176    <filename class="directory">/var/{cache,log,run,spool}</filename>, and
    173     <filename class="directory">/etc/{cups,pam.d,dbus-1/system.d</filename></para>
     177    <filename class="directory">/etc/{cups,pam.d,dbus-1/system.d}</filename></para>
    174178
    175179  </sect2>
Note: See TracChangeset for help on using the changeset viewer.