mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 06:52:20 +08:00
fix-iana cp
This commit is contained in:
parent
7cdfd960c5
commit
45deb93586
@ -18,7 +18,7 @@
|
||||
|
||||
## Установка
|
||||
```bash
|
||||
cp services protocols /etc
|
||||
cp -v services protocols /etc
|
||||
```
|
||||
### Установленные файлы
|
||||
|
||||
|
@ -258,7 +258,7 @@ cp -iv .config /boot/config-{{ package.version }}
|
||||
|
||||
<pre class="pre">
|
||||
install -d /usr/share/doc/linux-{{ package.version }}
|
||||
cp -r Documentation/* /usr/share/doc/linux-{{ package.version }}
|
||||
cp -rv Documentation/* /usr/share/doc/linux-{{ package.version }}
|
||||
</pre>
|
||||
|
||||
## Настройка каталога с исходным кодом
|
||||
|
Loading…
Reference in New Issue
Block a user