Browse Source

Merge pull request #156 from YunoHost-Apps/fix_patches_on_install

Fix patches not applied on installation
pull/158/head
JimboJoe 7 years ago
committed by GitHub
parent
commit
22e448c92e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/install

2
scripts/install

@ -79,6 +79,8 @@ ynh_replace_string "__VERSION__" "$next_version" "../conf/app.src"
ynh_replace_string "__SHA256_SUM__" "$nextcloud_source_sha256" "../conf/app.src"
ynh_app_setting_set $app final_path $final_path
# Enable YunoHost patches on Nextcloud sources
cp -a ../sources/patches_last_version/* ../sources/patches
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source "$final_path"

Loading…
Cancel
Save