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:
parent
a5afb19825
commit
638bdd19ba
1 changed files with 2 additions and 3 deletions
|
@ -77,9 +77,8 @@ ynh_setup_source --dest_dir="$final_path/build-imagemagick/" --source_id="imagem
|
||||||
|
|
||||||
# Install ImageMagick
|
# Install ImageMagick
|
||||||
pushd "$final_path/build-imagemagick/"
|
pushd "$final_path/build-imagemagick/"
|
||||||
./configure
|
ynh_exec_warn_less ./configure
|
||||||
make uninstall
|
ynh_exec_warn_less make uninstall
|
||||||
ldconfig /usr/local/lib
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
ynh_secure_remove --file="$final_path/build-imagemagick"
|
ynh_secure_remove --file="$final_path/build-imagemagick"
|
||||||
|
|
Loading…
Add table
Reference in a new issue