fix populate
This commit is contained in:
parent
803803b2b1
commit
79c3f66793
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue