]> Cypherpunks.ru repositories - goredo.git/blobdiff - makedist.sh
blake3 with possible darwin fix
[goredo.git] / makedist.sh
index 637b1826d4978bd59d1c2025eacad59efe29bde8..ad38c99d3c3a8c021ede575b8b2a9c554fb71be5 100755 (executable)
@@ -72,11 +72,6 @@ modvendor -v -copy="**/*_test.go **/private-gen.go **/main.go **/vectors.json **
 rm -rf vendor/golang.org/x/sys/plan9 vendor/golang.org/x/sys/windows
 find vendor/golang.org/x/sys -name "*_test.go" -delete
 find . \( -name .gitignore -o -name .travis.yml \) -delete
-
-rm vendor/lukechampine.com/blake3/cpu_darwin.go
-sed -n -i.tmp '3,$p' vendor/lukechampine.com/blake3/cpu.go
-rm vendor/lukechampine.com/blake3/cpu.go.tmp
-
 cd ..
 
 ########################################################################
@@ -84,6 +79,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"