]> Cypherpunks.ru repositories - gogost.git/blobdiff - makedist.sh
Mention IKETREE the same as ESPTREE
[gogost.git] / makedist.sh
index 18ccc4146baa594084c8c6bf5c9103f5c983aeb9..7ed9a15821eb89a9b329284a1997fff8ebaf3362 100755 (executable)
@@ -22,7 +22,7 @@ mv \
     gost341264 \
     gost3413 \
     mgm \
-    internal gogost.go go.mod go.sum src/$mod_name
+    cmd internal gogost.go go.mod go.sum src/$mod_name
 
 mkdir -p src/golang.org/x/crypto
 ( cd $GOPATH/pkg/mod/$crypto_mod_path ; \
@@ -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 {} \;