diff options
-rwxr-xr-x | extra/opendoas/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/opendoas/build b/extra/opendoas/build index 31d85d1c..93fe3a6a 100755 --- a/extra/opendoas/build +++ b/extra/opendoas/build @@ -7,9 +7,9 @@ --without-pam # Do not change ownership as the package manager handles this. -sed -i /chown/d GNUmakefile +clsed /chown/d GNUmakefile make make DESTDIR="$1" install -install -Dm640 doas.conf "$1/etc/doas.conf" +clinst -Dm640 doas.conf "$1/etc/doas.conf" |