mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Dependency changed to php-imagick for stretch fix
This commit is contained in:
parent
76ab9e0fac
commit
444c0dd68e
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ ynh_app_setting_set $app database $database
|
|||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
pkg_dependencies="php5-cli php5-imagick php5-gd php5-mcrypt"
|
||||
pkg_dependencies="php5-cli php-imagick php5-gd php5-mcrypt"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-xml"
|
||||
fi
|
||||
|
|
|
@ -80,7 +80,7 @@ ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini"
|
|||
# REINSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
|
||||
pkg_dependencies="php5-cli php5-imagick php5-gd php5-mcrypt"
|
||||
pkg_dependencies="php5-cli php-imagick php5-gd php5-mcrypt"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-xml"
|
||||
fi
|
||||
|
|
|
@ -33,7 +33,7 @@ ynh_clean_setup () {
|
|||
ynh_abort_if_errors
|
||||
|
||||
# Add Dependencies
|
||||
pkg_dependencies="php5-cli php5-imagick php5-gd php5-mcrypt"
|
||||
pkg_dependencies="php5-cli php-imagick php5-gd php5-mcrypt"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-xml"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue