mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
https://github.com/sailfishos/nfcd NFC daemon providing access to NFC hardware via D-Bus interfaces
14 lines
440 B
Diff
14 lines
440 B
Diff
diff --git a/plugins/Makefile b/plugins/Makefile
|
|
index a93142e..304df7b 100644
|
|
--- a/plugins/Makefile
|
|
+++ b/plugins/Makefile
|
|
@@ -385,7 +385,7 @@ $(COVERAGE_LIB): $(COVERAGE_OBJS)
|
|
INSTALL = install
|
|
INSTALL_DIRS = $(INSTALL) -d
|
|
|
|
-INSTALL_DBUS_CONF_DIR = $(DESTDIR)/etc/dbus-1/system.d
|
|
+INSTALL_DBUS_CONF_DIR = $(DESTDIR)/usr/share/dbus-1/system.d
|
|
|
|
install: $(INSTALL_DBUS_CONF_DIR)
|
|
$(INSTALL) -m 644 */*.conf $(INSTALL_DBUS_CONF_DIR)
|
|
|