mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
temporary fix
This commit is contained in:
parent
f1f2a28acd
commit
6d53939019
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ _build_install_framagames() {
|
||||||
|
|
||||||
mv -f "$install_dir/sources/dist" "$install_dir/www"
|
mv -f "$install_dir/sources/dist" "$install_dir/www"
|
||||||
mv -f "$install_dir/sources/games/"* "$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;
|
# cd public && for f in $(find -type l);do cp --remove-destination $(readlink -f $f) $f;done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue