summaryrefslogtreecommitdiffstats
path: root/rules/wpa_supplicant.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-05 14:05:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-11-07 09:44:17 +0100
commit4473cab155d63d20e8fcecd629997243a9bdfd0b (patch)
tree0ba9e2aa79e382dbcf004b9aca49a911768c341f /rules/wpa_supplicant.make
parent6438c5ef62c5cb95dbd02d29f28c4e99d1d72308 (diff)
downloadptxdist-4473cab155d63d20e8fcecd629997243a9bdfd0b.tar.gz
ptxdist-4473cab155d63d20e8fcecd629997243a9bdfd0b.tar.xz
wpa_supplicant: change /etc/dbus-1 do /usr/share/dbus-1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/wpa_supplicant.make')
-rw-r--r--rules/wpa_supplicant.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/wpa_supplicant.make b/rules/wpa_supplicant.make
index 2226d28ee..47a46b706 100644
--- a/rules/wpa_supplicant.make
+++ b/rules/wpa_supplicant.make
@@ -73,7 +73,7 @@ $(STATEDIR)/wpa_supplicant.install:
@$(call world/install, WPA_SUPPLICANT)
@install -vD -m 644 "$(WPA_SUPPLICANT_DIR)/$(WPA_SUPPLICANT_SUBDIR)/dbus/dbus-wpa_supplicant.conf" \
- "$(WPA_SUPPLICANT_PKGDIR)/etc/dbus-1/system.d/wpa_supplicant.conf"
+ "$(WPA_SUPPLICANT_PKGDIR)/usr/share/dbus-1/system.d/wpa_supplicant.conf"
@install -vD -m 644 "$(WPA_SUPPLICANT_DIR)/$(WPA_SUPPLICANT_SUBDIR)/dbus/fi.epitest.hostap.WPASupplicant.service" \
"$(WPA_SUPPLICANT_PKGDIR)/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service"
@install -vD -m 644 "$(WPA_SUPPLICANT_DIR)/$(WPA_SUPPLICANT_SUBDIR)/dbus/fi.w1.wpa_supplicant1.service" \
@@ -111,7 +111,7 @@ endif
ifdef PTXCONF_WPA_SUPPLICANT_CTRL_IFACE_DBUS
@$(call install_alternative, wpa_supplicant, 0, 0, 0644, \
- /etc/dbus-1/system.d/wpa_supplicant.conf)
+ /usr/share/dbus-1/system.d/wpa_supplicant.conf)
@$(call install_alternative, wpa_supplicant, 0, 0, 0644, \
/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service)
@$(call install_alternative, wpa_supplicant, 0, 0, 0644, \