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:
parent
f4071b371f
commit
78f63b157e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue