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
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r ./conf ] && . conf
|
[ -r ./conf ] && . conf
|
||||||
exec /usr/libexec/ead "${OPTS}"
|
exec /usr/libexec/ead ${OPTS}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=1.15
|
version=1.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-pie
|
configure_args="--disable-systemd-service --enable-pie
|
||||||
--enable-dbus-policy --enable-wired"
|
--enable-dbus-policy --enable-wired"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue