Changeset 756a787 for general/genlib/popt.xml
- Timestamp:
- 03/23/2021 05:49:08 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a2c3f1d3
- Parents:
- 2c5bbb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/popt.xml
r2c5bbb8 r756a787 104 104 </para> 105 105 106 <screen role="root"><userinput>make install</userinput></screen> 106 <screen role="root"><userinput>make install && 107 mv /usr/lib/libpopt.so.* /lib && 108 ln -sfv ../../lib/$(readlink /usr/lib/libpopt.so) /usr/lib/libpopt.so</userinput></screen> 107 109 108 110 <para> … … 123 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 124 126 href="../../xincludes/static-libraries.xml"/> 127 128 <para> 129 <command>mv /usr/lib/libpopt.so.* /lib</command> and 130 <command>ln -sfv ...</command>: Moves the popt library on the root 131 filesystem, so it is avaliable in case 132 <systemitem class="filesystem">/usr</systemitem> is offline and 133 <xref linkend="efibootmgr"/> is installed and linked to popt. 134 </para> 125 135 126 136 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.