From 494e0cfed4cdb82e8ef2c1b377532da98e71d953 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 13 Aug 2023 23:13:48 +0300 Subject: [PATCH] t/ is unnecessary in tarball --- makedist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} + -- 2.44.0