diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2016-11-19 23:31:29 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2016-11-19 23:31:29 +0000 |
commit | 14bc862050b0266b56f29e818592b332a9823161 (patch) | |
tree | 76f910cd0d4c540baf87f918d6359262bddf0316 /share | |
parent | 4e68af8cac04561133c4df256b87b5deb9d65599 (diff) |
Add that RELEASEDIR must be writable by the build user.
ok tj
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/release.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index bf3d698d74f..692959329ff 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.78 2016/11/19 14:25:15 tb Exp $ +.\" $OpenBSD: release.8,v 1.79 2016/11/19 23:31:28 tb Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -160,6 +160,8 @@ installation instructions, and checksum files. Create a .Va RELEASEDIR directory to store the release files. +This directory must be writable by +.Sy build . .Pp To build a release, it is necessary to prepare a filesystem mounted with the .Em noperm |