1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

No need to make install

This commit is contained in:
tituspijean 2024-02-14 21:31:23 +01:00
parent e9ff327381
commit 4e9477ca13
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 0 additions and 2 deletions

View file

@ -65,7 +65,6 @@ ynh_script_progression --message="Building Ghostscript dependency... (this will
pushd $install_dir/ghostscript pushd $install_dir/ghostscript
ynh_exec_warn_less ./configure ynh_exec_warn_less ./configure
ynh_exec_warn_less make ynh_exec_warn_less make
ynh_exec_warn_less make install
mv bin/ $install_dir/ mv bin/ $install_dir/
popd popd

View file

@ -107,7 +107,6 @@ then
pushd $install_dir/ghostscript pushd $install_dir/ghostscript
ynh_exec_warn_less ./configure ynh_exec_warn_less ./configure
ynh_exec_warn_less make ynh_exec_warn_less make
ynh_exec_warn_less make install
mv bin/ $install_dir/ mv bin/ $install_dir/
popd popd