X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;ds=sidebyside;f=makedist.sh;h=7889d49e01726b8829ab44f6ff9902d25a21021c;hb=89cfc56cd7a844fc51475c5817b3b531ba6130d1;hp=637b1826d4978bd59d1c2025eacad59efe29bde8;hpb=7e71a1e965ccf439d484bdaef5afb4887ee8baf6;p=goredo.git diff --git a/makedist.sh b/makedist.sh index 637b182..7889d49 100755 --- a/makedist.sh +++ b/makedist.sh @@ -84,6 +84,9 @@ cd .. rm -rf *.texi .redo .git .gitignore doc makedist.sh VERSION.do find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; +find t/redo-sh.tests -name test -exec chmod +x {} \+ +find t -name wrapper.rc -exec chmod +x {} \+ +chmod +x t/apenwarr/sleep t/goredo-*.t cd .. tar cvf goredo-"$release".tar --uid=0 --gid=0 --numeric-owner goredo-"$release"