fix indicators setup

pull/155/head
Yossi 2017-07-26 16:21:22 +03:00
parent 80ae3c4a69
commit 40ea94d838
1 changed files with 2 additions and 1 deletions

View File

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