From: Bastian Dehn Date: Wed, 3 Dec 2025 16:20:17 +0000 (+0100) Subject: fix scan bw bin X-Git-Tag: v1.1.3^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=5873fa1d3f98a5f761f1deabaa3137c4744f7b9f;p=scantopdf.git fix scan bw bin --- diff --git a/Makefile b/Makefile index 05c9f55..bf432c8 100644 --- 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)/" \