]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
fix build add keywords
authorBastian Dehn <hhaalo@arcor.de>
Sat, 4 Apr 2026 08:20:56 +0000 (10:20 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 4 Apr 2026 08:20:56 +0000 (10:20 +0200)
Makefile
src/addkeywords

index bb09b07c73d5347cae5a1d9d0a9da333daefa6e7..64687011643f532e577cd38ac088f5f29a9501c4 100644 (file)
--- 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
index 4e6cb5bc2a03da901685c2f12029cd680583252a..7186d40ce531f7f3641b34217b4975201bc0efb1 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #include "errlog.sh"
-#include "keywwords.sh"
+#include "keywords.sh"
 
 main()
 {