From: Bastian Dehn Date: Sat, 18 Oct 2025 17:46:01 +0000 (+0200) Subject: fix creat share folder X-Git-Tag: v1.1.2^2~3^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=28c521be261f0c12400cd0a4724b0fe978bfa6d7;p=scantopdf.git fix creat share folder --- diff --git a/build-package b/build-package index 7e9f2b4..0144771 100755 --- a/build-package +++ b/build-package @@ -37,7 +37,7 @@ build_package() chmod 755 $buildpath done - mkdir -b build/$PACKAGENAME/usr/share/scantopdf + mkdir -p build/$PACKAGENAME/usr/share/scantopdf cp src/cutpage.html build/$PACKAGENAME/usr/share/scantopdf/cutpage.html mkdir -p build/$PACKAGENAME/DEBIAN