From 0b258c168d6ed790500b08419c58f798c1c46aeb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Apr 2023 10:23:23 +0100 Subject: [PATCH] Fix build-sh problem --- build-sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-sh b/build-sh index 887f236..0f565b5 100755 --- a/build-sh +++ b/build-sh @@ -39,6 +39,7 @@ Building tarballs tarball () { output=$1; shift + >"$output"; # avoids rsync seeing that . changed GZIP='-9v --rsyncable' tar --exclude=\*{~,.tar.gz,.exe} --exclude='#*#' \ --transform='s/^./jarrg/' --exclude={src/build,tmp} "$@" \ -zcf "$output" . -- 2.30.2