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 | |
parent | eb101451772a1dba74be2c949aaf3fc3d2b65723 (diff) | |
download | repository-6b25cc60f0f09b1da73d9cb19fc1ef441be781d0.tar.gz |
iwd: fix service installation
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/iwd/build | 4 | ||||
-rw-r--r-- | dbus/iwd/version | 2 |
2 files changed, 2 insertions, 4 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 diff --git a/dbus/iwd/version b/dbus/iwd/version index 44724bd8..0b0e6ad9 100644 --- a/dbus/iwd/version +++ b/dbus/iwd/version @@ -1 +1 @@ -1.12 1 +1.12 2 |