From 83480da31923ba078746a0f5370cf63d87f31e1e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 14 May 2023 10:38:01 -0700 Subject: [PATCH] altos-mapd: Install systemd dir in arch-independent location Use $(bindir)/../lib instead of $(libdir) as the latter has the arch-specific directory added. Signed-off-by: Keith Packard --- map-server/altos-mapd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map-server/altos-mapd/Makefile.am b/map-server/altos-mapd/Makefile.am index f92c3e5a..29ee65e8 100644 --- a/map-server/altos-mapd/Makefile.am +++ b/map-server/altos-mapd/Makefile.am @@ -26,7 +26,7 @@ defaultsdir=$(sysconfdir)/default defaults_DATA=altos-mapd-default -systemddir=$(libdir)/systemd/system +systemddir=$(bindir)/../lib/systemd/system systemd_DATA=altos-mapd.service -- 2.30.2