From bf26defdd753bc7df80723ee297aa391c562335f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:16:28 +0300 Subject: opendoas: use clinst, clsed --- extra/opendoas/build | 4 ++-- 1 file 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" -- cgit v1.2.3