]> Cypherpunks.ru repositories - goredo.git/blobdiff - makedist.sh
Fix tests permissions
[goredo.git] / makedist.sh
index 637b1826d4978bd59d1c2025eacad59efe29bde8..7889d49e01726b8829ab44f6ff9902d25a21021c 100755 (executable)
@@ -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"