fix populate

This commit is contained in:
Mathieu Virbel 2013-01-23 02:15:26 +01:00
parent 803803b2b1
commit 79c3f66793

View file

@ -26,7 +26,7 @@ echo "-> Copy $SRCDIR to $APPDIR/YourApp"
YOURAPPDIR=$APPDIR/YourApp
echo "-> Synchronize source code"
try rsync -av --delete $SRCDIR $YOURAPPDIR
try rsync -av --delete $SRCDIR/ $YOURAPPDIR
echo "-> Compile to pyo"
$TMPROOT/Python-$PYTHON_VERSION/hostpython -OO -m compileall $YOURAPPDIR