[1/3] Substitute @BINDIR@

Message ID 20230224163605.90519-1-stefan.schantl@ipfire.org
State New
Headers
Series [1/3] Substitute @BINDIR@ |

Commit Message

Stefan Schantl Feb. 24, 2023, 4:36 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
  

Patch

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