]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
change rsync long parameter
authorBastian Dehn <hhaalo@arcor.de>
Wed, 20 May 2026 18:39:55 +0000 (20:39 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 20 May 2026 18:39:55 +0000 (20:39 +0200)
builder/run

index 900d19553dce1023b71083363fbd3ce61bc60884..40960d51aa7e73c1b934a085003d83ab0da83f69 100644 (file)
@@ -50,7 +50,7 @@ copy_package()
 build_reproducible_package()
 {
        cd /app
-       rsync -r --exclude=build* /src/ /app/reproducible-build || return $?
+       rsync --recursive --exclude=build* /src/ /app/reproducible-build || return $?
        cd reproducible-build
        make --jobs=$(nproc) package || return $?
 }