From 4e9477ca13e64b406dc062b498e60a09555f6185 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 14 Feb 2024 21:31:23 +0100 Subject: [PATCH] No need to `make install` --- scripts/install | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7bc1781..438bd16 100755 --- a/scripts/install +++ b/scripts/install @@ -65,7 +65,6 @@ ynh_script_progression --message="Building Ghostscript dependency... (this will pushd $install_dir/ghostscript ynh_exec_warn_less ./configure ynh_exec_warn_less make - ynh_exec_warn_less make install mv bin/ $install_dir/ popd diff --git a/scripts/upgrade b/scripts/upgrade index 6ee366f..d10352d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -107,7 +107,6 @@ then pushd $install_dir/ghostscript ynh_exec_warn_less ./configure ynh_exec_warn_less make - ynh_exec_warn_less make install mv bin/ $install_dir/ popd