From: Michael Tremer Date: Wed, 1 Dec 2021 20:57:13 +0000 (+0000) Subject: Makefile: Substitute @sbindir@ X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f41f7ab23b7772153f3a7814fddb416e78739351;p=collecty.git Makefile: Substitute @sbindir@ Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index c561c6e..d86a0de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -215,7 +215,8 @@ substitutions = \ '|PACKAGE_NAME=$(PACKAGE_NAME)|' \ '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \ '|configsdir=$(configsdir)|' \ - '|bindir=$(bindir)|' + '|bindir=$(bindir)|' \ + '|sbindir=$(sbindir)|' SED_PROCESS = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \