X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=57a188a95ce934addeaf8771a47bfda2dcae126c;hb=c40d1e5634cf6d540d908a57423f4b504e39f186;hp=5aa690fe1c207499b0580639dc7823fe5a1cc598;hpb=9c077144213d28d7cdfa2d4383b0a3677458a2ea;p=gogost.git diff --git a/makedist.sh b/makedist.sh index 5aa690f..57a188a 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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,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"