diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-19 13:01:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-19 13:01:42 +0300 |
commit | 3fec910fdd53a916dfb7bede5dce223bacc376dd (patch) | |
tree | fe6963600d80e6ebcdbb57b1c4013e6f61cb844f | |
parent | 6b25cc60f0f09b1da73d9cb19fc1ef441be781d0 (diff) | |
download | repository-3fec910fdd53a916dfb7bede5dce223bacc376dd.tar.gz |
iwd: actually fix service installation
-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 d6ca7cbb..8f82de19 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 -install-sv iwd.run ead.run +DESTDIR=$1 install-sv iwd.run ead.run |