aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-07-06 21:51:24 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-07 10:44:33 +0000
commit554aff0929a5f8099674cd76ead47048ceaf810e (patch)
treed09f504edaa3868e247e5673c0601b1581e8d029
parent0098512d2df7316c7858244ca74cea029cc66757 (diff)
testing/mautrix-whatsapp: fix conf.d file permissions
Remove the execute bit from /etc/conf.d/mautrix-whatsapp
-rw-r--r--testing/mautrix-whatsapp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mautrix-whatsapp/APKBUILD b/testing/mautrix-whatsapp/APKBUILD
index b9c4aee568c..821de9a8e93 100644
--- a/testing/mautrix-whatsapp/APKBUILD
+++ b/testing/mautrix-whatsapp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=mautrix-whatsapp
pkgver=0.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="A Matrix-WhatsApp puppeting bridge"
url="https://maunium.net/go/mautrix-whatsapp"
arch="all !s390x !mips64"
@@ -28,7 +28,7 @@ package() {
install -Dm755 mautrix-whatsapp "$pkgdir"/usr/bin/mautrix-whatsapp
install -Dm644 example-config.yaml "$pkgdir"/etc/mautrix-whatsapp/example-config.yaml
install -Dm755 "$srcdir"/mautrix-whatsapp.initd "$pkgdir"/etc/init.d/mautrix-whatsapp
- install -Dm755 "$srcdir"/mautrix-whatsapp.confd "$pkgdir"/etc/conf.d/mautrix-whatsapp
+ install -Dm644 "$srcdir"/mautrix-whatsapp.confd "$pkgdir"/etc/conf.d/mautrix-whatsapp
}
sha512sums="c2584b9a96179ec530d77c7bf7fe23b132fc55a1e94d880b20b4aeae241bf0cb002de0526b6ca44862661c686ce55a20bb18a8cc07e00eed1114423e4e66c37a mautrix-whatsapp-0.1.1.tar.gz