From b22aa355d00247107f42994f24c25acc312dfb86 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 14 Feb 2015 00:10:25 -0600 Subject: [PATCH] better Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0245b598..efcfd3d3 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ app: #find gluon -path '*.pyc' -exec cp {} ../web2py_osx/site-packages/{} \; #cd ../web2py_osx/site-packages/; zip -r ../site-packages.zip * cp ../web2py_osx/site-packages.zip ../web2py_osx/web2py/web2py.app/Contents/Resources/lib/python2.7 - find gluon -path '*.py' -exec cp -r --parents {} ../web2py_osx/web2py/web2py.app/Contents/Resouces/ \; + find gluon -path '*.py' -exec cp -r --parents {} ../web2py_osx/web2py/web2py.app/Contents/Resources/ \; cp README.markdown ../web2py_osx/web2py/web2py.app/Contents/Resources cp NEWINSTALL ../web2py_osx/web2py/web2py.app/Contents/Resources cp LICENSE ../web2py_osx/web2py/web2py.app/Contents/Resources