mirror of
https://github.com/YunoHost-Apps/retroarch_ynh.git
synced 2024-09-03 20:16:12 +02:00
add comment to file
This commit is contained in:
parent
9652947eed
commit
e4bb61b783
2 changed files with 4 additions and 1 deletions
|
@ -87,6 +87,8 @@ ynh_script_progression --message="Setting up Multimedia directory..." --weight=9
|
||||||
ynh_multimedia_build_main_dir
|
ynh_multimedia_build_main_dir
|
||||||
mkdir -p $final_path/assets/cores/Game
|
mkdir -p $final_path/assets/cores/Game
|
||||||
ynh_multimedia_addfolder --source_dir="$final_path/assets/cores/Game" --dest_dir="/share/Game"
|
ynh_multimedia_addfolder --source_dir="$final_path/assets/cores/Game" --dest_dir="/share/Game"
|
||||||
|
ynh_add_config --template="../conf/README.GAME" --destination="$final_path/assets/cores/Game/README"
|
||||||
|
chmod 666 $final_path/assets/cores/Game/README
|
||||||
|
|
||||||
# SETUP CRON FILE FOR INDEXER
|
# SETUP CRON FILE FOR INDEXER
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,8 @@ ynh_script_progression --message="Setting up Multimedia directory..." --weight=5
|
||||||
ynh_multimedia_build_main_dir
|
ynh_multimedia_build_main_dir
|
||||||
mkdir -p $final_path/assets/cores/Game
|
mkdir -p $final_path/assets/cores/Game
|
||||||
ynh_multimedia_addfolder --source_dir="$final_path/assets/cores/Game" --dest_dir="/share/Game"
|
ynh_multimedia_addfolder --source_dir="$final_path/assets/cores/Game" --dest_dir="/share/Game"
|
||||||
|
ynh_add_config --template="../conf/README.GAME" --destination="$final_path/assets/cores/Game/README"
|
||||||
|
chmod 666 $final_path/assets/cores/Game/README
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE CRON FILE
|
# RESTORE THE CRON FILE
|
||||||
|
|
Loading…
Reference in a new issue