]> git.ipfire.org Git - people/ms/bricklayer.git/commitdiff
Makefile: Replace @PACKAGE@ with the package name
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Nov 2022 12:45:10 +0000 (12:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Nov 2022 12:45:10 +0000 (12:45 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 32229b850776047eadbbd7b225862fe04c65b6cf..a5ff9e0774cc18c2404df9ec45064fa69fdb759e 100644 (file)
@@ -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 $@