]> Cypherpunks.ru repositories - nncp.git/commitdiff
t/ is unnecessary in tarball
authorSergey Matveev <stargrave@stargrave.org>
Sun, 13 Aug 2023 20:13:48 +0000 (23:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 13 Aug 2023 20:15:32 +0000 (23:15 +0300)
makedist

index c115272616eef08fbe6c084d7bf8dad2012739da..24b897f19041bc29948ac5cdc4b779c76ec37856 100755 (executable)
--- 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 {} +