summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEspen Fossen2019-03-28 11:25:33 +0100
committerEspen Fossen2019-03-28 11:25:33 +0100
commitae6f576f617ef7cbecbb270486c2e75b7fb765ad (patch)
tree4a6748cc337135096c2957e2869d61c4497bf839 /PKGBUILD
parent1fae557e8ba6e9274106068f196e9e80d2d073b1 (diff)
downloadaur-ae6f576f617ef7cbecbb270486c2e75b7fb765ad.tar.gz
Removed deprecated config parameters. Fixed ownership on node_modules dir.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f87ee0a2031c..c145359e01c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,8 @@ package() {
install -d -g 49 -o 49 "${pkgdir}/var/lib/${pkgname}/album-art"
install -Dm644 mstream.service "$pkgdir"/usr/lib/systemd/system/mstream.service
install -Dm644 -g 49 -o 49 config.json "${pkgdir}/var/lib/${pkgname}/config.json"
+ chown -R 49:49 "${pkgdir}/usr/lib/node_modules/${pkgname}"
}
md5sums=('edc1f3de9e2833de93ffef1123bb9bae'
'6640e102dd29a6da5c4c075e4c4042d7'
- '0bf80ec584f8b028628f4c684cdaf283')
+ '4de57ee6dedd2ab9ce7b08321a16610f')