More 'make py2exeinstall' improvement for the client.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 16 Apr 2011 21:07:27 +0000 (21:07 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 16 Apr 2011 21:07:27 +0000 (21:07 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@991 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/Makefile

index 0ea6ec4..c2241b6 100644 (file)
@@ -14,7 +14,8 @@ py2exepub:
 py2exeinstall: py2exe
        rm -rf "c:\goodfet\bin"
        md "c:\goodfet\bin"
-       copy "tmp\goodfet\*" "c:\goodfet\bin\"
+       copy tmp\\goodfet\\* c:\\goodfet\\bin\\
+       rem Be sure to add C:\goodfet\bin to %Path%.
 py2exe:
 #Run this from Win32 with Python, py2exe, py-serial, and GNU utils.
 #MSP430 Client