X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=8110c877369eda8c8c36955585e5af2a0b8a49e5;hp=c8540294eace206cad4a57fbbccbd5ab37f25fcd;hb=9a2b743b2105ca84080b2bcb355130e423809cd3;hpb=d826da8eabe1cff09563ec2cb2cc58dd469c8f2a diff --git a/client/Makefile b/client/Makefile index c854029..8110c87 100644 --- a/client/Makefile +++ b/client/Makefile @@ -10,7 +10,7 @@ install: py2exepub: #publish the windows build. - rsync --exclude .svn -ave ssh --progress tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip + rsync --exclude .svn -ave ssh --progress --chmod=a+rx tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client @@ -51,7 +51,8 @@ py2exe: # mv dist/goodfet.exe dist/goodfet.exe #Now package it all. rm -rf tmp - mkdir -p tmp/goodfet +#mkdir -p tmp/goodfet + md tmp\goodfet mv dist/* tmp/goodfet/ cd tmp && zip -r goodfet.zip goodfet