fix indicators setup

This commit is contained in:
Yossi 2017-07-26 16:21:22 +03:00
parent 80ae3c4a69
commit 40ea94d838

View File

@ -360,7 +360,8 @@ if [ ${OS_TYPE} == "drideOS" ]; then
sudo apt-get install scons sudo apt-get install scons
cd /home/Cardigan/modules/indicators cd /home/Cardigan/modules/indicators
sudo scons sudo scons
sudo python python/setup.py build sudo apt-get install python-dev swig
sudo python python/setup.py install
fi fi