X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=6eb38a71863ea0d32a8db36074e5d2fe957157d2;hb=e97a705ee3574ed3b4cf707f85fc2dff461d9365;hp=881d63438167233e693be7fd3bb4bcbaf8e33418;hpb=933ae3f9d5d59e7b8d8179c3ac673adfce6a54c7;p=gocheese.git 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 ..