diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:56:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:56:51 +0300 |
commit | eab0158cc35b422a0154fb10afd9323ea90bcb46 (patch) | |
tree | e67faa960ee4c84ffc9e5248181ae6976adfad10 /dbus/iwd | |
parent | 546b2c3e5259ed30c1941954383bd02e97ac4a7c (diff) | |
download | repository-eab0158cc35b422a0154fb10afd9323ea90bcb46.tar.gz |
iwd: use clsv
Diffstat (limited to 'dbus/iwd')
-rwxr-xr-x | dbus/iwd/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/iwd/build b/dbus/iwd/build index 8f82de19..4de173cc 100755 --- a/dbus/iwd/build +++ b/dbus/iwd/build @@ -25,4 +25,4 @@ sed -i '/If not specified/s/systemd/resolvconf/' src/iwd.config.5 make LDFLAGS=-all-static make DESTDIR="$1" install -DESTDIR=$1 install-sv iwd.run ead.run +clsv -d "$1" iwd.run ead.run |