makedist.sh | 2 +- diff --git a/makedist.sh b/makedist.sh index 5bfcb7a928b2f013e162c1b491b88d6d129699bb0add258e84c8743f6c4867c9..bf72381f68435c7f46979e5ac1b69bfcf43571ee6239478fae71477b05cda928 100755 --- a/makedist.sh +++ b/makedist.sh @@ -46,7 +46,7 @@ rm -rf .git .gitignore doc/.gitignore doc/style.css makedist.sh doc/www.do VERSION.do 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 {} +