Changeset 09aa329
- Timestamp:
- 08/15/2019 06:27:54 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 73f5c6c
- Parents:
- 41e68a2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc.xml
r41e68a2d r09aa329 233 233 234 234 chown -v -R root:root \ 235 /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen> 235 /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed} 236 237 rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen> 236 238 237 239 <para> … … 327 329 its content) will be incorrect. This command changes the ownership to the 328 330 <systemitem class="username">root</systemitem> user and group. 331 </para> 332 333 <para> 334 <command>rm -rf .../include-fixed/bits/</command>: Remove an erroneous 335 file in gcc added by the fixincludes process. 329 336 </para> 330 337
Note:
See TracChangeset
for help on using the changeset viewer.