public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Substitute @BINDIR@
@ 2023-02-24 16:36 Stefan Schantl
  2023-02-24 16:36 ` [PATCH 2/3] Add systemd service file to launch bricklayer in first install mode Stefan Schantl
  2023-02-24 16:36 ` [PATCH 3/3] Add systemd service file to launch bricklayer in " Stefan Schantl
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Schantl @ 2023-02-24 16:36 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-24 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 16:36 [PATCH 1/3] Substitute @BINDIR@ Stefan Schantl
2023-02-24 16:36 ` [PATCH 2/3] Add systemd service file to launch bricklayer in first install mode Stefan Schantl
2023-02-24 16:36 ` [PATCH 3/3] Add systemd service file to launch bricklayer in " Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox