Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/xsane.xml

    r4a83293 rac38e9dc  
    3535    quality and ease of use compared to <command>xscanimage</command>.</para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090
    9191<!--sed -i -e 's/netscape/xdg-open/'                   src/xsane.h      &amp;&amp;-->
    92 <screen><userinput>sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c &amp;&amp;
    93 ./configure --prefix=/usr                                           &amp;&amp;
     92<screen><userinput>sed -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' \
     93    -i src/xsane-save.c                         &amp;&amp;
     94./configure --prefix=/usr                       &amp;&amp;
    9495make</userinput></screen>
    9596
     
    99100
    100101<screen role="root"><userinput>make xsanedocdir=/usr/share/doc/xsane-&xsane-version; install &amp;&amp;
    101 ln -v -s ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc</userinput></screen>
     102ln -sfv ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc</userinput></screen>
    102103<!--
    103104    <para>If you have not installed <xref linkend="xdg-utils"/> and have not
     
    107108    user:</para>
    108109
    109 <screen role="root"><userinput>ln -v -s &lt;browser&gt; /usr/bin/netscape</userinput></screen>
     110<screen role="root"><userinput>ln -sfv &lt;browser&gt; /usr/bin/netscape</userinput></screen>
    110111
    111112    <note><para>Be sure to replace &lt;browser&gt; with the browser of your
     
    113114
    114115    <para>Alternatively, if the environment variable BROWSER is set to the
    115     browser you want to use, eg, BROWSER="/usr/bin/firefox", the first time you
    116     run <command>xsane</command>, it will be recorded in ~/.sane/xsane/xsane.rc.
    117     If you wish to change it, edit this file, or remove it, and use the
    118     instructions above, so that a new one is created.</para>
     116    browser you want to use, eg, BROWSER="/usr/bin/firefox", it will be
     117    saved in ~/.sane/xsane/xsane.rc the first time you run
     118    <command>xsane</command>. If you wish to change it, edit or remove the
     119    mentioned file and use the instructions above to create a new one.</para>
    119120
    120121    <para>If <application>GIMP</application> is installed, issue the following
    121122    command as the <systemitem class="username">root</systemitem> user:</para>
    122123
    123 <screen role="root"><userinput>ln -v -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</userinput></screen>
     124<screen role="root"><userinput>ln -sfv /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</userinput></screen>
    124125
    125126  </sect2>
     
    132133    instead of the hardcoded browser.</para>-->
    133134
    134     <para><command>ln -v -s ../../doc/xsane-&xsane-version;
     135    <para><command>ln -sfv ../../doc/xsane-&xsane-version;
    135136    /usr/share/sane/xsane/doc</command>: This symlink is created to ensure that
    136137    any program that looks for the <application>XSane</application>
     
    139140    <command>make install</command> command.</para>
    140141
    141     <para><command>ln -v -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
     142    <para><command>ln -sfv /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
    142143    This creates a link in the system-wide <application>GIMP</application>
    143144    <filename class='directory'>plug-ins</filename> directory so that users can
Note: See TracChangeset for help on using the changeset viewer.