1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/quizzes_ynh.git synced 2024-09-03 20:16:11 +02:00

Fix patch

This commit is contained in:
yalh76 2022-09-05 03:18:17 +02:00
parent adc6229115
commit 2f84edd47a
5 changed files with 8 additions and 4 deletions

View file

@ -101,6 +101,10 @@ ynh_script_progression --message="Installing $app with Composer..." --weight=5
ynh_install_composer --install_args="--ignore-platform-reqs" 2>&1
pushd $final_path
patch --strip=1 < $YNH_APP_BASEDIR/sources/app-array_key_exists.patch
popd
#=================================================
# ADD A CONFIGURATION
#=================================================

View file

@ -98,6 +98,10 @@ ynh_script_progression --message="Installing $app with Composer..." --weight=5
ynh_install_composer --install_args="--ignore-platform-reqs" 2>&1
pushd $final_path
patch --strip=1 < $YNH_APP_BASEDIR/sources/app-array_key_exists.patch
popd
#=================================================
# UPDATE A CONFIG FILE
#=================================================

View file

@ -1,2 +0,0 @@
*~
*.sw[op]

View file

@ -1,2 +0,0 @@
*~
*.sw[op]