]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
change build package start success message
authorBastian Dehn <hhaalo@arcor.de>
Sat, 5 Jul 2025 10:55:43 +0000 (12:55 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 5 Jul 2025 10:55:43 +0000 (12:55 +0200)
build-package

index 76eeadcdc0a2a895247d329249c0602a2941f922..296001817d8c362d3cc94fc80edf2c5ee7cf562b 100755 (executable)
@@ -7,7 +7,7 @@ main()
        local ARCHITECTURE="amd64"
        local PACKAGENAME="scantopdf-$VERSION-$BUILDVERSION-$ARCHITECTURE"
 
-       echo "⭐ START: build package"
+       echo "⭐ START: build-package"
        mkdir -p build
        mkdir -p build/$PACKAGENAME/usr/local/bin
 
@@ -36,7 +36,7 @@ main()
        cd build
 
        dpkg --build $PACKAGENAME
-       echo "✅ SUCCESS: build package"
+       echo "✅ SUCCESS: build-package"
 }
 
 main