diff options
Diffstat (limited to 'core/otools/build')
-rwxr-xr-x | core/otools/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/otools/build b/core/otools/build index 4d7e2044..87463bca 100755 --- a/core/otools/build +++ b/core/otools/build @@ -8,3 +8,5 @@ export LDFLAGS="$LDFLAGS -static" make make DESTDIR="$1" install + +install -Dm644 doas.conf "$1/etc/doas.conf" |