diff options
| author | Ceri Davies <ceri@submonkey.net> | 2021-02-08 18:32:23 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-02-08 18:32:23 +0000 |
| commit | 4bf990d288f87e2b1781ed15e65334e91bb1e37f (patch) | |
| tree | 946fcac84c7ec376d033cce9cd9749cd986c3297 | |
| parent | aef3238f41a20bb47e8872bf5612308be9abb2ef (diff) | |
| download | doc-4bf990d288f87e2b1781ed15e65334e91bb1e37f.tar.gz doc-4bf990d288f87e2b1781ed15e65334e91bb1e37f.zip | |
Ensure that /usr/local/etc/pkg/repos exists
The directory /usr/local/etc/pkg/repos doesn't exist by default, so have
it created in an example that will otherwise fail.
PR: 253351
| -rw-r--r-- | documentation/content/en/books/handbook/ports/_index.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc index a96a54ce11..17fb3863ef 100644 --- a/documentation/content/en/books/handbook/ports/_index.adoc +++ b/documentation/content/en/books/handbook/ports/_index.adoc @@ -302,6 +302,7 @@ To switch from quarterly to latest run the following commands: [source,bash] .... +# mkdir -p /usr/local/etc/pkg/repos # cp /etc/pkg/FreeBSD.conf /usr/local/etc/pkg/repos/FreeBSD.conf .... |
