]> Cypherpunks.ru repositories - gocheese.git/commitdiff
My apenwarr/redo path differs
authorSergey Matveev <stargrave@stargrave.org>
Tue, 8 Nov 2022 10:45:11 +0000 (13:45 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 8 Nov 2022 10:45:11 +0000 (13:45 +0300)
makedist.sh

index 6ca2951d0d6792dd585b9c0f06404c0ba82d3d7e..26c04c5bb36ecb727efd4f23d22119ee2bf5339c 100755 (executable)
@@ -46,7 +46,7 @@ rm -rf .git .gitignore doc/.gitignore doc/style.css makedist.sh doc/www.do VERSI
 redo-cleanup full
 perl -i -npe "s/go} build/go} build -mod=vendor/" gocheese.do
 perl -i -npe "s/go} test/go} test -mod=vendor/" test.do
-cp ~/work/redo/minimal/do contrib/do
+cp ~/work/redo/apenwarr/minimal/do contrib/do
 
 find . -type d -exec chmod 755 {} +
 find . -type f -exec chmod 644 {} +