doas: Install config with 644

This commit is contained in:
Dylan Araps 2020-04-28 07:52:40 +03:00
parent 482bd23cad
commit 0f2e386a27
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ sed -i '/chown/d' bsd.prog.mk
make
make DESTDIR="$1" install
install -D doas.conf "$1/etc/doas.conf"
install -Dm644 doas.conf "$1/etc/doas.conf"