]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
fix scantopdf bw
authorBastian Dehn <hhaalo@arcor.de>
Sat, 18 Jul 2026 05:48:35 +0000 (07:48 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 18 Jul 2026 05:48:35 +0000 (07:48 +0200)
Makefile

index af001d7328173c2c532c37200837b14c09f31e84..ce46eb2ae2487a5882514c729eb5aa83fe16f4af 100644 (file)
--- 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 $(@)