diff options
Diffstat (limited to 'extra/opendoas/build')
-rwxr-xr-x | extra/opendoas/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/opendoas/build b/extra/opendoas/build index 5a317865..933dd2db 100755 --- a/extra/opendoas/build +++ b/extra/opendoas/build @@ -11,4 +11,4 @@ cat _ > bsd.prog.mk; rm -f _ make make DESTDIR="$1" install -install -D doas.conf "$1/etc/doas.conf" +install -Dm640 doas.conf "$1/etc/doas.conf" |