From 80ae3c4a69908a67dea6e4b62b7cc0960842c960 Mon Sep 17 00:00:00 2001 From: Yossi Date: Tue, 25 Jul 2017 13:22:13 +0300 Subject: [PATCH] refactor indicators installation --- stage2/01-sys-tweaks/01-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index a64be66..2f9124b 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -359,7 +359,8 @@ if [ ${OS_TYPE} == "drideOS" ]; then echo "========== Install Indicators ============" sudo apt-get install scons cd /home/Cardigan/modules/indicators - sudo python setup.py build + sudo scons + sudo python python/setup.py build fi