Changeset 47b0660


Ignore:
Timestamp:
07/18/2022 03:50:43 PM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
739b724
Parents:
0f30bb17
git-author:
Pierre Labastie <pierre.labastie@…> (07/18/2022 03:49:22 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (07/18/2022 03:50:43 PM)
Message:

graphviz: move the note about date before "make"

Otherwise, all libraries get relinked during "make install"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r0f30bb17 r47b0660  
    201201./configure --prefix=/usr \
    202202            --disable-php \
    203             --docdir=/usr/share/doc/graphviz-&graphviz-version; &amp;&amp;
    204 
    205 make</userinput></screen>
     203            --docdir=/usr/share/doc/graphviz-&graphviz-version;</userinput></screen>
    206204
    207205    <note>
     
    214212<screen><userinput>sed -i "s/0/$(date +%Y%m%d)/" builddate.h</userinput></screen>
    215213    </note>
     214
     215    <para>
     216      Whether or not you fix the date, proceed to compile the pacakge:
     217    </para>
     218
     219<screen><userinput>make</userinput></screen>
    216220
    217221    <para>
Note: See TracChangeset for help on using the changeset viewer.