Skip to content

Commit

Permalink
wpa_supplicant: Don't install dbus conf file without dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Jul 5, 2012
1 parent 3ccf43c commit b24cf5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wifi/wpa_supplicant/BUILD
Expand Up @@ -22,7 +22,9 @@
prepare_install &&
make install &&

install -m644 dbus/dbus-wpa_supplicant.conf /etc/dbus-1/system.d/ &&
if [ "${OPTS/*--dbus-no*/n}" != "n" ]; then
install -m644 dbus/dbus-wpa_supplicant.conf /etc/dbus-1/system.d/
fi &&
install -m644 wpa_supplicant.conf /etc/wpa_supplicant.conf.example &&

gather_docs developer.txt wpa_supplicant.conf
Expand Down

0 comments on commit b24cf5a

Please sign in to comment.