]> Cypherpunks.ru repositories - nncp.git/blobdiff - makedist.sh
Split integration pages
[nncp.git] / makedist.sh
index 75b50e2fdb5983d07bdb504873dea7bd7b9dc396..4fa4796db0fc4e6381268816f10d1c2e08c1339d 100755 (executable)
@@ -98,15 +98,15 @@ rm -r doc/.well-known doc/nncp.html/.well-known
 
 ########################################################################
 
-perl -i -npe "s/GO build/GO build -mod=vendor/" bin/default.do
+perl -i -npe "s/GO build/GO build -mod=vendor/" bin/default.do bin/hjson-cli.do
 perl -i -npe "s/GO list/GO list -mod=vendor/" bin/default.do
 perl -i -npe "s/GO test/GO test -mod=vendor/" test.do
 rm makedist.sh VERSION.do
 rm -r .git
 redo-cleanup full
-find . -type d -exec chmod 755 {} \;
-find . -type f -exec chmod 644 {} \;
-find . -type f -name "*.sh" -exec chmod +x {} \;
+find . -type d -exec chmod 755 {} +
+find . -type f -exec chmod 644 {} +
+find . -type f -name "*.sh" -exec chmod +x {} +
 chmod +x contrib/do
 
 cd ..