wicd: wicd.service expects wicd in /usr/sbin; make it so.
This commit is contained in:
parent
226596b3d6
commit
719cd8120a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wicd'
|
||||
pkgname=wicd
|
||||
version=1.7.2.4
|
||||
revision=2
|
||||
revision=3
|
||||
makedepends="dhcpcd wpa_supplicant wireless_tools ethtool dbus-glib dbus-python
|
||||
rfkill pygobject2 python-urwid>=0.9.9 python-distribute python-babel"
|
||||
short_desc="Open source wired and wireless network manager"
|
||||
|
@ -31,7 +31,7 @@ do_build() {
|
|||
python setup.py configure --verbose --no-install-init \
|
||||
--resume=/usr/share/wicd/scripts \
|
||||
--suspend=/usr/share/wicd/scripts \
|
||||
--python=/usr/bin/python2 --lib=/usr/lib --sbin=/usr/bin \
|
||||
--python=/usr/bin/python2 --lib=/usr/lib --sbin=/usr/sbin \
|
||||
--systemd=/usr/lib/systemd/system
|
||||
|
||||
#HACK for https://bugs.launchpad.net/wicd/+bug/928589
|
||||
|
|
Loading…
Reference in a new issue