From cf91d0ad71e2af863c8a98b79cfffe3d6b13eb40 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 26 Jul 2012 06:57:27 -0500 Subject: [PATCH] do not assume library.zip --- Makefile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 65b350ca..cc599250 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ app: echo 'did you uncomment import_all in gluon/main.py?' python2.5 -c 'import compileall; compileall.compile_dir("gluon/")' #python web2py.py -S welcome -R __exit__.py - cd ../web2py_osx/site-packages/; unzip ../site-packages.zip + #cd ../web2py_osx/site-packages/; unzip ../site-packages.zip find gluon -path '*.pyc' -exec cp {} ../web2py_osx/site-packages/{} \; cd ../web2py_osx/site-packages/; zip -r ../site-packages.zip * mv ../web2py_osx/site-packages.zip ../web2py_osx/web2py/web2py.app/Contents/Resources/lib/python2.5 @@ -86,7 +86,7 @@ app: win: echo 'did you uncomment import_all in gluon/main.py?' python2.7 -c 'import compileall; compileall.compile_dir("gluon/")' - cd ../web2py_win/library/; unzip ../library.zip + #cd ../web2py_win/library/; unzip ../library.zip find gluon -path '*.pyc' -exec cp {} ../web2py_win/library/{} \; cd ../web2py_win/library/; zip -r ../library.zip * mv ../web2py_win/library.zip ../web2py_win/web2py diff --git a/VERSION b/VERSION index f6551085..93629d0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-07-26 06:42:24) dev +Version 2.00.0 (2012-07-26 06:57:23) dev