1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
This commit is contained in:
Éric Gaspar 2023-06-05 14:35:12 +02:00
parent 1e6cabb151
commit 721327b189
2 changed files with 1 additions and 3 deletions

View file

@ -81,8 +81,6 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"

View file

@ -91,7 +91,7 @@ fi
ynh_script_progression --message="Compiling guacd..." --weight=30
pushd "$install_dir/.guacd-src"
./configure --enable-allow-freerdp-snapshots --prefix="$install_dir" --data_dir="$install_dir" --with-freerdp-plugin-dir="$install_dir/lib/x86_64-linux-gnu/freerdp2"
./configure --enable-allow-freerdp-snapshots --prefix="$install_dir" --datadir="$install_dir" --with-freerdp-plugin-dir="$install_dir/lib/x86_64-linux-gnu/freerdp2"
ynh_exec_warn_less make
ynh_exec_warn_less make install
popd