Changeset 6323e0b4
- Timestamp:
- 12/22/2017 12:43:45 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b4e1b81
- Parents:
- c08f499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/enchant.xml
rc08f499 r6323e0b4 89 89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 90 90 91 <screen role="root"><userinput>make install</userinput></screen> 91 <screen role="root"><userinput>make install && 92 rm -rf /usr/include/enchant && 93 ln -sfv enchant-2 /usr/include/enchant && 94 ln -sfv libenchant-2.so /usr/lib/libenchant.so && 95 ln -sfv enchant-2.pc /usr/lib/pkgconfig/enchant.pc</userinput></screen> 92 96 93 97 </sect2> … … 98 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 99 103 href="../../xincludes/static-libraries.xml"/> 104 105 <para> 106 <command>rm -rf /usr/include/enchant</command>; 107 <command>ln -sfn ...</command>: Create symlinks for this packge 108 version so that other other packages can find it using the old name. 109 </para> 100 110 101 111 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.