Subversion Repositories HomeAutomation

Rev

Rev 1780 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1780 Rev 1783
Line 36... Line 36...
36
echo "Done"
36
echo "Done"
37
 
37
 
38
echo -e "\n* ${CNT}. Compiling Atom, may take a while"
38
echo -e "\n* ${CNT}. Compiling Atom, may take a while"
39
CNT=$(expr $CNT + 1)
39
CNT=$(expr $CNT + 1)
40
cd PcSoftware/Atom/
40
cd PcSoftware/Atom/
41
make
41
make CONF=Release
42
cd ../..
42
cd ../..
43
echo "Done"
43
echo "Done"
44
 
44
 
45
echo -e "\n* ${CNT}. Creating atom.conf from atom.conf.template"
45
echo -e "\n* ${CNT}. Creating atom.conf from atom.conf.template"
46
CNT=$(expr $CNT + 1)
46
CNT=$(expr $CNT + 1)