CC-5395: Saucy: Liquidsoap related packages are missing during installation

This commit is contained in:
Albert Santoni 2013-10-10 18:08:11 -04:00
parent 916d85ca57
commit 7266bfa2ba

View file

@ -87,9 +87,10 @@ if [ "$code" != "squeeze" -a "$code" != "lucid" ]; then
apt-get -y --force-yes install libvo-aacenc0
fi
#Install php5-json on Ubuntu Saucy.
#Install some plugin packages on Ubuntu Saucy.
if [ "$dist" = "Ubuntu" -a "$code" = "saucy" ]; then
apt-get -y --force-yes install php5-json
apt-get -y --force-yes install php5-json
apt-get -y --force-yes install liquidsoap-plugin-alsa liquidsoap-plugin-portaudio liquidsoap-plugin-opus
fi
#Install packages back-ported by Sourcefabric