~ salmonella-environment-setup (master) eb08093da1687a804e38410edcd9e5bce6b0286b


commit eb08093da1687a804e38410edcd9e5bce6b0286b
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Sat Jun 13 13:04:33 2015 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Sat Jun 13 13:04:33 2015 -0300

    debian-wheezy.sh: installation steps for libsass

diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index cd374eb..9cad029 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -255,5 +255,16 @@ git checkout df45388f6431f7baba31ac1e8e242d89828637a0
 ./build
 
 
+### libsass
+
+mkdir -p $tmpdir/libsass
+cd $tmpdir/libsass
+wget https://github.com/sass/libsass/archive/3.2.5.tar.gz -O libsass-3.2.5.tar.gz
+tar xzvf libsass-3.2.5.tar.gz
+cd libsass-3.2.5/
+make
+sudo make install install-shared
+
+
 ### Finishing
 sudo ldconfig
Trap