diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 02:41:18 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 02:42:48 +0200 |
commit | 138270d90873b54e7c58f52eb015b4afc37f16cd (patch) | |
tree | 519f656750c27370f646a228b23b097c8a544a5e /community/nextcloud/APKBUILD | |
parent | 09debd9f9820565692f47e22a38fa31e117d9e58 (diff) | |
download | aports-138270d90873b54e7c58f52eb015b4afc37f16cd.tar.bz2 aports-138270d90873b54e7c58f52eb015b4afc37f16cd.tar.xz |
community/nextcloud: disable integrity check as default
It's unnecessary, APK ensures integrity of all installed files, and
problematic (we need to patch some files).
Diffstat (limited to 'community/nextcloud/APKBUILD')
-rw-r--r-- | community/nextcloud/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD index 56ffa87c8f..200ce0057d 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -17,6 +17,7 @@ subpackages="$pkgname-initscript $pkgname-mysql $pkgname-pgsql $pkgname-sqlite source="https://download.nextcloud.com/server/releases/$pkgname-$pkgver.zip nextcloud10-dont-chmod-config.patch dont-update-htaccess.patch + disable-integrity-check-as-default.patch app-encryption-info-add-mcrypt.patch $pkgname-config.php $pkgname.logrotate |