1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00

Fix: don't mv things from source, it breaks change-url

This commit is contained in:
Salamandar 2024-07-12 18:13:36 +02:00
parent f4071b371f
commit 78f63b157e

View file

@ -34,7 +34,7 @@ _build_install_framagames() {
ynh_secure_remove --file="$install_dir/www" ynh_secure_remove --file="$install_dir/www"
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" cp -r "$install_dir/sources/games/"* "$install_dir/www"
mv -f "$install_dir/www/framagames/"* "$install_dir/www" mv -f "$install_dir/www/framagames/"* "$install_dir/www"
} }