mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 15:27:17 +08:00
Fix gcc change owner command
This commit is contained in:
parent
5bf11a0570
commit
d77ed6a4ad
@ -91,7 +91,7 @@ rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/11.1.0/include-fixed/bits/
|
||||
|
||||
```bash
|
||||
chown -v -R root:root \
|
||||
/usr/lib/gcc/*linux-gnu/10.2.0/include{,-fixed}
|
||||
/usr/lib/gcc/*linux-gnu/11.1.0/include{,-fixed}
|
||||
```
|
||||
|
||||
По историческим причинам некоторые программы могут пытаться найти `cpp` в директории `/lib`. Создайте ссылку:
|
||||
|
Loading…
Reference in New Issue
Block a user