X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=build-sh;fp=build-sh;h=0f565b5a95029965f69c4f6c141f1b932a1d2bd3;hb=0b258c168d6ed790500b08419c58f798c1c46aeb;hp=887f236df8b671f2893d1618acd2d8bf32e9aeec;hpb=1800e3384e33703b3c27e472ca451b5e6e1ed519;p=jarrg-ian.git 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" .