]> Cypherpunks.ru repositories - gogost.git/blobdiff - makedist.sh
Combine {BSD,GNU}makefiles together, as GNU Make 4.0 supports != assignment
[gogost.git] / makedist.sh
index 7ed9a15821eb89a9b329284a1997fff8ebaf3362..57a188a95ce934addeaf8771a47bfda2dcae126c 100755 (executable)
@@ -22,6 +22,7 @@ mv \
     gost341264 \
     gost3413 \
     mgm \
+    prfplus \
     cmd internal gogost.go go.mod go.sum src/$mod_name
 
 mkdir -p src/golang.org/x/crypto
@@ -32,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"