iwd: fix sourcing conf
This commit is contained in:
parent
95b1e5a08d
commit
1025e9199f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
[ -r ./conf ] && . conf
|
[ -r ./conf ] && . ./conf
|
||||||
exec /usr/libexec/ead ${OPTS} 2>&1
|
exec /usr/libexec/ead ${OPTS} 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=2.18
|
version=2.18
|
||||||
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