summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorch1p2018-03-13 14:34:06 +0300
committerch1p2018-03-13 14:34:06 +0300
commite37f9a0fdfabf64c4a808cdbdedeb6b2a5ecc4d4 (patch)
tree5c851e1b38f1ed38a7a0ef4a07aff16f6d7c3554
parente8952f0f275142245d63476bf00b629e330a88fe (diff)
downloadaur-e37f9a0fdfabf64c4a808cdbdedeb6b2a5ecc4d4.tar.gz
package.json fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60071b1cc9b2..75c430cadd27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ package() {
# Patch package.json
sed -i 's/"updates": 1/"updates": 0/g' "${pkgdir}/usr/lib/vk/resources/app/package.json"
- sed -i '/custom_install/d' "${pkgdir}/usr/lib/vk/resources/app/package.json"
+ sed -i 's/"custom_install": 1/"custom_install": 0/g' "${pkgdir}/usr/lib/vk/resources/app/package.json"
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +