Browse Source

Kind of important to be in the correct dir

I don't think this will fix the problem that Travis-CI
is having, but I cannot reproduce it on our hardware
and this was my best guess (even though the install
portion suggests that it succeeded).
msmith-techempower 10 years ago
parent
commit
04fb903e85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Lua/leda/install.sh

+ 1 - 1
frameworks/Lua/leda/install.sh

@@ -5,8 +5,8 @@ fw_depends lua
 sudo luarocks install lua-cjson
 sudo luarocks install lua-cjson
 
 
 git clone https://github.com/sergeyzavadski/leda.git
 git clone https://github.com/sergeyzavadski/leda.git
-git checkout d1d805877c506e34d23d5aac2b27608c192695d3
 cd leda
 cd leda
+git checkout d1d805877c506e34d23d5aac2b27608c192695d3
 ./configure
 ./configure
 make 
 make 
 sudo make install
 sudo make install