aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-23 09:49:11 +0300
committerCem Keylan <cem@ckyln.com>2021-07-23 09:49:11 +0300
commit33aa6579046eecb05756fc7b62bcc1b3aa2bbb50 (patch)
tree29ebbfab9d60cfcc2ffead2531513fa32a40e508 /core/otools/build
parenta248b735110b82a668ec95629d1e23db51aadf9f (diff)
downloadrepository-33aa6579046eecb05756fc7b62bcc1b3aa2bbb50.tar.gz
otools: install doas.conf file
Diffstat (limited to 'core/otools/build')
-rwxr-xr-xcore/otools/build2
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"