From 33aa6579046eecb05756fc7b62bcc1b3aa2bbb50 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 23 Jul 2021 09:49:11 +0300 Subject: otools: install doas.conf file --- core/otools/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/otools/build') 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" -- cgit v1.2.3