From 6d53939019cefc5d096921aaf827743657fb7558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 12 Jul 2024 13:23:31 +0200 Subject: [PATCH] temporary fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f24d870..b220b5e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -29,7 +29,7 @@ _build_install_framagames() { mv -f "$install_dir/sources/dist" "$install_dir/www" mv -f "$install_dir/sources/games/"* "$install_dir/www" - cp "$install_dir/www/fr/index.html" "$install_dir/www/index.html" + # cp "$install_dir/www/fr/index.html" "$install_dir/www/index.html" # cd public && for f in $(find -type l);do cp --remove-destination $(readlink -f $f) $f;done; }