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

Fix imagemagick removal

This commit is contained in:
yalh76 2021-08-22 14:26:49 +02:00
parent a5afb19825
commit 638bdd19ba

View file

@ -77,9 +77,8 @@ ynh_setup_source --dest_dir="$final_path/build-imagemagick/" --source_id="imagem
# Install ImageMagick
pushd "$final_path/build-imagemagick/"
./configure
make uninstall
ldconfig /usr/local/lib
ynh_exec_warn_less ./configure
ynh_exec_warn_less make uninstall
popd
ynh_secure_remove --file="$final_path/build-imagemagick"