From: Ian Jackson Date: Sun, 9 Apr 2023 09:23:23 +0000 (+0100) Subject: Fix build-sh problem X-Git-Tag: jarrg-1.1.0~1^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=commitdiff_plain;h=0b258c168d6ed790500b08419c58f798c1c46aeb;p=jarrg-ian.git Fix build-sh problem --- 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" .