From 0093f2bf3483e16b9a3a0162648bcf30e36d8ccd Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 18 Jul 2026 07:48:35 +0200 Subject: [PATCH] fix scantopdf bw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af001d7..ce46eb2 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ $(PACKAGEDIR)/$(BINDIR)/scantopdfbw: \ $(BUILDDIR)/parts/scanbasic.sh mkdir --parents $(@D) - ./tools/includer $(SRCDIR)/scantopdfgray \ + ./tools/includer $(SRCDIR)/scantopdfbw \ | sed "s/@VERSION@/$(VERSION)/" > $(@) chmod 755 $(@) shellcheck $(@) -- 2.47.3