diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-02-19 13:00:43 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-02-19 13:00:43 +0300 |
| commit | 6b25cc60f0f09b1da73d9cb19fc1ef441be781d0 (patch) | |
| tree | 07a14086697333b0f3d36c1468f39a46ab358265 /dbus/iwd/build | |
| parent | eb101451772a1dba74be2c949aaf3fc3d2b65723 (diff) | |
| download | repository-6b25cc60f0f09b1da73d9cb19fc1ef441be781d0.tar.gz | |
iwd: fix service installation
Diffstat (limited to 'dbus/iwd/build')
| -rwxr-xr-x | dbus/iwd/build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dbus/iwd/build b/dbus/iwd/build index b069be59..d6ca7cbb 100755 --- a/dbus/iwd/build +++ b/dbus/iwd/build @@ -25,6 +25,4 @@ sed -i '/If not specified/s/systemd/resolvconf/' src/iwd.config.5 make LDFLAGS=-all-static make DESTDIR="$1" install -for sv in iwd ead; do - install -Dm755 "$sv.run" "$1/etc/sysmgr/$sv" -done +install-sv iwd.run ead.run |
