diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:25:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:25:24 +0300 |
commit | 9deb4230da2ebff16d8be436aa69e03dbcb041ab (patch) | |
tree | 2c306f338807269518207004d2477ea773d4df97 /dbus | |
parent | 85776cc63432f2172208e04f292ba7015cdcc10d (diff) | |
download | repository-9deb4230da2ebff16d8be436aa69e03dbcb041ab.tar.gz |
iwd: use clsed
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/iwd/build | 4 |
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 |