From: Michael Tremer Date: Sat, 19 Nov 2022 12:45:10 +0000 (+0000) Subject: Makefile: Replace @PACKAGE@ with the package name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5167da7fb3737836e383846d492cbb904e72575c;p=people%2Fms%2Fbricklayer.git Makefile: Replace @PACKAGE@ with the package name Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 32229b8..a5ff9e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ SUBDIRS = . po SED_PROCESS = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \ + -e 's,@PACKAGE\@,$(PACKAGE),g' \ -e 's,@VERSION\@,$(VERSION),g' \ < $< > $@ || rm $@