mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Also apply the php5/php7 patch for 'hidden' files (e.g. .functions)
This commit is contained in:
parent
1eb5c6131a
commit
7cf64bb1c7
1 changed files with 1 additions and 0 deletions
|
@ -2193,6 +2193,7 @@ def _patch_php5(app_folder):
|
|||
files_to_patch = []
|
||||
files_to_patch.extend(glob.glob("%s/conf/*" % app_folder))
|
||||
files_to_patch.extend(glob.glob("%s/scripts/*" % app_folder))
|
||||
files_to_patch.extend(glob.glob("%s/scripts/.*" % app_folder))
|
||||
files_to_patch.append("%s/manifest.json" % app_folder)
|
||||
|
||||
for filename in files_to_patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue