*.pyo's are not created from time to time, so enusre all are in place

This commit is contained in:
Oleksii Shevchuk 2017-04-05 12:48:55 +03:00
parent b1f285ef84
commit 109c3989ff
1 changed files with 4 additions and 4 deletions

View File

@ -278,8 +278,8 @@ CFLAGS="-O2 -pipe -DCLOCK_MONOTONIC=1 -UHAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC -U
python -OO -m pip install pyuv --no-binary :all:
cd /usr/lib/python2.7
python -m compileall -q
python -OO -m compileall -q
find -name "*.py" | python -m compileall -qfi -
find -name "*.py" | python -OO -m compileall -qfi -
find -name "*.so" | while read f; do strip \$f; done
@ -502,8 +502,8 @@ cd /usr/src/automake-1.15
python -OO -m pip install pyuv --no-binary :all:
cd /usr/lib/python2.7
python -m compileall -q
python -OO -m compileall -q
find -name "*.py" | python -m compileall -qfi -
find -name "*.py" | python -OO -m compileall -qfi -
find -name "*.so" | while read f; do strip \$f; done