X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=67419a18a788da504b1509c01b18433bbf8ab7cd;hb=af6c4f9ee3597c29c01793407c3be250ea91de50;hp=ac305c89f9e1acf9f06a73ff5fe3d4e81d4fbcf8;hpb=51be28623925aec0d142fe9d98069f05a525b801;p=nncp.git diff --git a/makedist.sh b/makedist.sh index ac305c8..67419a1 100755 --- a/makedist.sh +++ b/makedist.sh @@ -156,9 +156,9 @@ rm -f $texi mv doc/.well-known/openpgpkey/hu/i4cdqgcarfjdjnba6y4jnf498asg8c6p.asc PUBKEY.asc rm -r doc/.gitignore doc/.well-known doc/nncp.html/.well-known -find . -type d -exec chmod 700 {} \; -find . -type f -exec chmod 600 {} \; -find . -type f -name "*.sh" -exec chmod 700 {} \; +find . -type d -exec chmod 755 {} \; +find . -type f -exec chmod 644 {} \; +find . -type f -name "*.sh" -exec chmod 755 {} \; cd .. tar cvf nncp-"$release".tar --uid=0 --gid=0 --numeric-owner nncp-"$release"