1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00

Fix dependances

This commit is contained in:
Josué Tille 2019-05-14 21:46:30 +02:00
parent e2be6fb0b4
commit fc86477bcb
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -13,7 +13,7 @@ gollem_data_dir="/home/yunohost.app/$app"
#=================================================
install_dependance() {
ynh_install_app_dependencies php-pear expect 'php5-imagick|php-imagick' 'php5-tidy|php-tidy'
ynh_install_app_dependencies php-pear expect 'php5-imagick|php-imagick' 'php5-tidy|php-tidy' php-bcmath
}
patch_app() {
@ -96,4 +96,4 @@ set_permission() {
chown -R www-data:$app $gollem_data_dir
chmod u=rwX,g=rwX,o= -R $final_path
chmod u=rwX,g=rwX,o= -R $gollem_data_dir
}
}