]> Cypherpunks.ru repositories - gogost.git/blobdiff - makedist.sh
wget example is not universally available
[gogost.git] / makedist.sh
index 5aa690fe1c207499b0580639dc7823fe5a1cc598..879a37357dd02a36626854f1f72ff94ae01eb144 100755 (executable)
@@ -22,6 +22,7 @@ mv \
     gost341264 \
     gost3413 \
     mgm \
+    prfplus \
     cmd internal gogost.go go.mod go.sum src/$mod_name
 
 mkdir -p src/golang.org/x/crypto
@@ -30,7 +31,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 {} \;