From b61b14440c5e26d267965590daba1d66c7240745 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 4 Apr 2026 10:20:56 +0200 Subject: [PATCH] fix build add keywords --- Makefile | 2 +- src/addkeywords | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bb09b07..6468701 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ $(PACKAGEDIR)/$(BINDIR)/addocr: $(PACKAGEDIR)/$(BINDIR)/addkeywords: mkdir -p $(@D) - ./tools/includer $(SRCDIR)/keywords \ + ./tools/includer $(SRCDIR)/addkeywords \ | sed "s/@VERSION@/$(VERSION)/" \ > $(PACKAGEDIR)/$(BINDIR)/addkeywords chmod 755 $(PACKAGEDIR)/$(BINDIR)/addkeywords diff --git a/src/addkeywords b/src/addkeywords index 4e6cb5b..7186d40 100644 --- a/src/addkeywords +++ b/src/addkeywords @@ -1,6 +1,6 @@ #!/bin/bash #include "errlog.sh" -#include "keywwords.sh" +#include "keywords.sh" main() { -- 2.47.3