diff --git a/scripts/_common.sh b/scripts/_common.sh index 45886c8..7631af9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -34,7 +34,7 @@ _build_install_framagames() { ynh_secure_remove --file="$install_dir/www" mv -f "$install_dir/sources/dist" "$install_dir/www" - mv -f "$install_dir/sources/games/"* "$install_dir/www" + cp -r "$install_dir/sources/games/"* "$install_dir/www" mv -f "$install_dir/www/framagames/"* "$install_dir/www" }