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

Fix _install_phantomjs

This commit is contained in:
Salamandar 2024-01-06 11:52:21 +01:00
parent 1e33e954ab
commit 0fa6030050

View file

@ -14,7 +14,7 @@ _install_phantomjs() {
ynh_setup_source --dest_dir="$source_dir" --source_id="phantomjs"
pushd "$source_dir"
ynh_exec_warn_less DESTDIR="$destdir" ./configure
ynh_exec_warn_less env PREFIX="$destdir" ./configure
ynh_exec_warn_less make -j "$(nproc)"
ynh_exec_warn_less make install
popd