From f5f0fe9ba0a8c96d05d973c988a96ecb6497aaed Mon Sep 17 00:00:00 2001 From: gau1991 Date: Mon, 28 Jul 2014 16:24:41 +0530 Subject: [PATCH] Fixed Net_IDNA2-beta installation --- src/vendor/ee_ven_install_roundcube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendor/ee_ven_install_roundcube.sh b/src/vendor/ee_ven_install_roundcube.sh index a55f363f..60b76e44 100644 --- a/src/vendor/ee_ven_install_roundcube.sh +++ b/src/vendor/ee_ven_install_roundcube.sh @@ -6,7 +6,7 @@ function ee_mod_install_roundcube() ee_lib_echo "Installing Roundcube dependencies, please wait..." $EE_APT_GET install php-pear \ || ee_lib_error "Unable to install php-pear, exit status = " $? - pear install Mail_Mime Net_SMTP Mail_mimeDecode Net_IDNA2 Auth_SASL Net_Sieve Crypt_GPG \ + pear install Mail_Mime Net_SMTP Mail_mimeDecode Net_IDNA2-beta Auth_SASL Net_Sieve Crypt_GPG \ || ee_lib_error "Unable to install pear packages, exit status = " $? # Setup Roundcube directory