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:
parent
1e33e954ab
commit
0fa6030050
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue