diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-11 15:30:40 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-11 15:30:40 +0300 |
commit | f50d2679b1715155118ad9506aa0f38e3da7ef36 (patch) | |
tree | 780f11d869b2ecf9656d95bb97ac4f3f4a05a2e0 /extra/opendoas/build | |
parent | f95d5f68305bd2ba70b417a25cfad27d13f6a6a5 (diff) | |
download | repository-f50d2679b1715155118ad9506aa0f38e3da7ef36.tar.gz |
opendoas: apply cpt changes
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" |