]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
fix scan bw bin
authorBastian Dehn <hhaalo@arcor.de>
Wed, 3 Dec 2025 16:20:17 +0000 (17:20 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 3 Dec 2025 16:20:17 +0000 (17:20 +0100)
Makefile

index 05c9f551bbb532084e7aaca40e4b7f6f4f9bb233..bf432c87beb1acdf6c56ded0d94adf3e3f7c8d56 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ build/$(PACKAGENAME)/usr/local/bin/scantopdfgray: \
 
 build/$(PACKAGENAME)/usr/local/bin/scantopdfbw: \
        build/$(PACKAGENAME)/usr/local/bin
-       cat src/scantopdfgray \
+       cat src/scantopdfbw \
                        | sed "/@scanbasic.sh@/r src/scanbasic.sh" \
                        | sed "/@scanbasic.sh@/d" \
                        | sed "s/@VERSION@/$(VERSION)/" \