X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=makedist.sh;h=6eb38a71863ea0d32a8db36074e5d2fe957157d2;hp=881d63438167233e693be7fd3bb4bcbaf8e33418;hb=899fd251608c137ed4c6bab5fc2ec757a294b482;hpb=038fb53e67913f150700107d1db86d5fa54d138d diff --git a/makedist.sh b/makedist.sh index 881d634..6eb38a7 100755 --- a/makedist.sh +++ b/makedist.sh @@ -43,8 +43,8 @@ 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 -find . -type d -exec chmod 755 {} \; -find . -type f -exec chmod 644 {} \; +find . -type d -exec chmod 755 {} + +find . -type f -exec chmod 644 {} + chmod +x contrib/pyshop2packages.sh contrib/do cd ..