iwd: fix quoting in ead service.
No configured options would make ead crash, and only one option could be used successfully.
This commit is contained in:
parent
af53da5b0d
commit
444bca2774
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
[ -r ./conf ] && . conf
|
||||
exec /usr/libexec/ead "${OPTS}"
|
||||
exec /usr/libexec/ead ${OPTS}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'iwd'
|
||||
pkgname=iwd
|
||||
version=1.15
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-systemd-service --enable-pie
|
||||
--enable-dbus-policy --enable-wired"
|
||||
|
Loading…
x
Reference in New Issue
Block a user