aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:25:24 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:25:24 +0300
commit9deb4230da2ebff16d8be436aa69e03dbcb041ab (patch)
tree2c306f338807269518207004d2477ea773d4df97
parent85776cc63432f2172208e04f292ba7015cdcc10d (diff)
downloadrepository-9deb4230da2ebff16d8be436aa69e03dbcb041ab.tar.gz
iwd: use clsed
-rwxr-xr-xdbus/iwd/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/iwd/build b/dbus/iwd/build
index 4de173cc..5be42580 100755
--- a/dbus/iwd/build
+++ b/dbus/iwd/build
@@ -16,10 +16,10 @@ done
PKG_CONFIG="pkgconf --static"
# Don't use systemd as the default name resolver.
-sed -i 's|method_name = "systemd"|method_name = "resolvconf"|' src/resolve.c
+clsed 's|method_name = "systemd"|method_name = "resolvconf"|' src/resolve.c
# Update the manual page to reflect upon the change.
-sed -i '/If not specified/s/systemd/resolvconf/' src/iwd.config.5
+clsed '/If not specified/s/systemd/resolvconf/' src/iwd.config.5
make LDFLAGS=-all-static