diff options
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 |