add build param

pull/155/head
Yossi 2017-07-20 13:53:17 +03:00
parent f28811d7ba
commit 2d327ee21b
1 changed files with 1 additions and 1 deletions

View File

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