Changeset 1daf906e
- Timestamp:
- 02/20/2021 10:10:45 PM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- db6b0d59
- Parents:
- 66d551c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib2.xml
r66d551c r1daf906e 160 160 </para> 161 161 162 <screen role="root"><userinput remap="pre">[ -e /usr/include/glib-2.0 ] && 163 rm -rf /usr/include/glib-2.0.old && 164 mv -vf /usr/include/glib-2.0{,.old}</userinput></screen> 162 <screen role="root"><userinput remap="pre">if [ -e /usr/include/glib-2.0 ]; then 163 rm -rf /usr/include/glib-2.0.old && 164 mv -vf /usr/include/glib-2.0{,.old} 165 fi</userinput></screen> 165 166 166 167 </warning>
Note:
See TracChangeset
for help on using the changeset viewer.