]> Cypherpunks.ru repositories - gogost.git/commitdiff
No website related files in tarball
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Oct 2019 12:05:04 +0000 (15:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Oct 2019 12:05:29 +0000 (15:05 +0300)
makedist.sh

index 5aa690fe1c207499b0580639dc7823fe5a1cc598..7ed9a15821eb89a9b329284a1997fff8ebaf3362 100755 (executable)
@@ -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 {} \;