From: Sergey Matveev Date: Sun, 13 Aug 2023 20:13:48 +0000 (+0300) Subject: t/ is unnecessary in tarball X-Git-Tag: v8.9.0^2 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=494e0cfed4cdb82e8ef2c1b377532da98e71d953 t/ is unnecessary in tarball --- diff --git a/makedist b/makedist index c115272..24b897f 100755 --- a/makedist +++ b/makedist @@ -106,7 +106,7 @@ rm -r doc/.well-known perl -i -npe "s/GO build/GO build -mod=vendor/" bin/build perl -i -npe "s/GO list/GO list -mod=vendor/" bin/build rm makedist version -rm -r .git +rm -r .git t redo-cleanup full find . -type d -exec chmod 755 {} + find . -type f -exec chmod 644 {} +