X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=makedist.sh;h=57a188a95ce934addeaf8771a47bfda2dcae126c;hp=879a37357dd02a36626854f1f72ff94ae01eb144;hb=e6fb451e42301b28e4d0263c6d97736226aa9ca7;hpb=bafc85f38cd33ce1ab19d0a0a95d16366b1e7ffd diff --git a/makedist.sh b/makedist.sh index 879a373..57a188a 100755 --- a/makedist.sh +++ b/makedist.sh @@ -33,8 +33,8 @@ mkdir -p src/golang.org/x/crypto find . -name .git -type d | xargs rm -fr 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"