X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=57a188a95ce934addeaf8771a47bfda2dcae126c;hb=59c008f98eff598d825ee43ffed7ec57a277c062;hp=18ccc4146baa594084c8c6bf5c9103f5c983aeb9;hpb=124a11069e1ed7b617a740341d90d6a269bdd41b;p=gogost.git diff --git a/makedist.sh b/makedist.sh index 18ccc41..57a188a 100755 --- a/makedist.sh +++ b/makedist.sh @@ -22,7 +22,8 @@ mv \ gost341264 \ gost3413 \ mgm \ - internal gogost.go go.mod go.sum src/$mod_name + prfplus \ + 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,10 +31,10 @@ 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 {} \; +find . -type d -exec chmod 755 {} \; +find . -type f -exec chmod 644 {} \; cd .. tar cvf gogost-"$release".tar --uid=0 --gid=0 --numeric-owner gogost-"$release"