1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/nfcd/usr-dbus.patch
fossdd 60bd01963e testing/nfcd: new aport
https://github.com/sailfishos/nfcd
NFC daemon providing access to NFC hardware via D-Bus interfaces
2025-04-13 22:17:13 +00:00

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)