|
@@ -20,9 +20,9 @@ RETCODE=$(fw_exists wt)
|
|
|
|
|
|
# Instead of compiling from source, just use apt to install onto
|
|
|
# host machine
|
|
|
-if [ "$TFB_CODENAME" == "trusty" ]; then
|
|
|
+if [ "$TFB_DISTRIB_CODENAME" == "trusty" ]; then
|
|
|
sudo apt-get -y install libboost1.54-all-dev
|
|
|
-elif [ "$TFB_CODENAME" == "precise" ]; then
|
|
|
+elif [ "$TFB_DISTRIB_CODENAME" == "precise" ]; then
|
|
|
sudo apt-get -y install libboost1.48-all-dev
|
|
|
fi
|
|
|
|