From: Keith Packard Date: Sun, 14 May 2023 17:38:01 +0000 (-0700) Subject: altos-mapd: Install systemd dir in arch-independent location X-Git-Tag: 1.9.17~1^2~13 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=83480da31923ba078746a0f5370cf63d87f31e1e 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 --- 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