From 208ade9f5eec08a8903b9c224449f3e5e652b1a2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 3 Oct 2019 15:05:04 +0300 Subject: [PATCH] No website related files in tarball --- makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist.sh b/makedist.sh index 5aa690f..7ed9a15 100755 --- a/makedist.sh +++ b/makedist.sh @@ -30,7 +30,7 @@ mkdir -p src/golang.org/x/crypto tar xfC - src/golang.org/x/crypto find . -name .git -type d | xargs rm -fr -rm -f www* news.texi style.css makedist* TODO +rm -f *.texi www.mk style.css makedist* TODO find . -type d -exec chmod 700 {} \; find . -type f -exec chmod 600 {} \; -- 2.44.0