From: Bastian Dehn Date: Sat, 18 Jul 2026 05:48:35 +0000 (+0200) Subject: fix scantopdf bw X-Git-Tag: v1.1.8^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=0093f2bf3483e16b9a3a0162648bcf30e36d8ccd;p=scantopdf.git fix scantopdf bw --- 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 $(@)