aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:16:28 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:16:28 +0300
commitbf26defdd753bc7df80723ee297aa391c562335f (patch)
tree6971fe9350f6c28ebf44f1eba70875b2cf1f2d6f
parenta8b9a789940670b2f5b88d6fb31dfc76d7f4d758 (diff)
downloadrepository-bf26defdd753bc7df80723ee297aa391c562335f.tar.gz
opendoas: use clinst, clsed
-rwxr-xr-xextra/opendoas/build4
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"