From: Stefan Schantl Date: Fri, 24 Feb 2023 16:36:03 +0000 (+0100) Subject: Substitute @BINDIR@ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c92f1231759beb0b2ce32a8ce1e11bc0cf112c;p=people%2Fms%2Fbricklayer.git Substitute @BINDIR@ Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index a5ff9e0..5afdb7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SED_PROCESS = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \ -e 's,@PACKAGE\@,$(PACKAGE),g' \ -e 's,@VERSION\@,$(VERSION),g' \ + -e 's,@BINDIR\@,$(bindir),g' \ < $< > $@ || rm $@ # Overwrite Python path