bug at cocos2d-1.0.1-x-0.9.1 android ndk buiding

While I am creating a new game using cocos2d-1.0.1-x-0.9.1,I found a bug that after I ran the build_native.sh there is nothing in the assert folder.
The problem is that the $RESOURCE_ROOT isn’t correct. It must be “$GAME_ROOT/Resources” but not “$GAME_ROOT/Resource”.
Hope it will be fix in the new version.

Yep, it has been fixed.
Thank you.