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:
parent
adc6229115
commit
2f84edd47a
5 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
2
sources/extra_files/app/.gitignore
vendored
2
sources/extra_files/app/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
2
sources/patches/.gitignore
vendored
2
sources/patches/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
Loading…
Add table
Reference in a new issue