Changeset e6f368f
- Timestamp:
- 05/01/2021 08:15:08 AM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 65f4f5a7
- Parents:
- f1c6a8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/enchant.xml
rf1c6a8a re6f368f 121 121 </para> 122 122 123 <screen role="root"><userinput>make install && 124 rm -rf /usr/include/enchant && 125 ln -sfv enchant-2 /usr/include/enchant && 126 ln -sfv enchant-2 /usr/bin/enchant && 127 ln -sfv libenchant-2.so /usr/lib/libenchant.so && 128 ln -sfv enchant-2.pc /usr/lib/pkgconfig/enchant.pc</userinput></screen> 123 <screen role="root"><userinput>make install</userinput></screen> 129 124 130 125 </sect2> … … 135 130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 136 131 href="../../xincludes/static-libraries.xml"/> 137 138 <para>139 <command>rm -rf /usr/include/enchant</command>;140 <command>ln -sfn ...</command>: Create symlinks for this package141 version so that other other packages can find it using the old name.142 </para>143 132 144 133 </sect2> … … 188 177 EOF 189 178 190 enchant -d en_GB -l /tmp/test-enchant.txt &&191 enchant -d en_GB -a /tmp/test-enchant.txt</userinput></screen>179 enchant-2 -d en_GB -l /tmp/test-enchant.txt && 180 enchant-2 -d en_GB -a /tmp/test-enchant.txt</userinput></screen> 192 181 193 182 <para>
Note:
See TracChangeset
for help on using the changeset viewer.