From 9deb4230da2ebff16d8be436aa69e03dbcb041ab Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:25:24 +0300 Subject: iwd: use clsed --- dbus/iwd/build | 4 ++-- 1 file 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 -- cgit v1.2.3