Changeset 296bc89


Ignore:
Timestamp:
08/25/2014 01:47:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
63630f8
Parents:
ef5eb8e
Message:

Fix graphviz ruby detection.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    ref5eb8e r296bc89  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    130130
    131131    <para>
     132      If you want to build the <application>Ruby</application> bindings,
     133      fix <command>configure</command> so it can find the latest versions
     134      of <application>Ruby</application> by running the following command:
     135    </para>
     136
     137<screen><userinput>sed -i "s:ruby-1.9:ruby-2.1:g" configure</userinput></screen>
     138
     139    <para>
    132140      Install <application>Graphviz</application> by running the following
    133141      commands:
     
    155163    </para>
    156164
    157 <screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc \
    158          /usr/share/doc/graphviz-&graphviz-version;</userinput></screen>
     165<screen role="root"><userinput>ln -sfv /usr/share/graphviz/doc \
     166        /usr/share/doc/graphviz-&graphviz-version;</userinput></screen>
    159167
    160168  </sect2>
Note: See TracChangeset for help on using the changeset viewer.