summarylogtreecommitdiffstats
path: root/makefile.patch
blob: 30d466fdffe61ebe9cd6e5d856cff27df73088cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --unified --recursive --text a/Makefile b/Makefile
--- a/Makefile	2025-08-14 08:58:19.652818173 -0600
+++ b/Makefile	2026-02-14 10:57:54.979954629 -0700
@@ -37,8 +37,8 @@
 
 install-daemon: target/release/$(DAEMON)
 	install -D -m 0755 "target/release/$(DAEMON)" "$(DESTDIR)$(libdir)/$(PKG)/$(DAEMON)"
-	install -D -m 0644 "data/$(DAEMON).conf" "$(DESTDIR)$(sysconfdir)/dbus-1/system.d/$(DAEMON).conf"
-	install -D -m 0644 "debian/$(DAEMON).service" "$(DESTDIR)$(sysconfdir)/systemd/system/$(DAEMON).service"
+	install -D -m 0644 "data/$(DAEMON).conf" "$(DESTDIR)$(datadir)/dbus-1/system.d/$(DAEMON).conf"
+	install -D -m 0644 "debian/$(DAEMON).service" "$(DESTDIR)$(libdir)/systemd/system/$(DAEMON).service"
 
 uninstall: uninstall-cli uninstall-daemon