summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2017-06-25 12:44:56 +0100
committerJonathon Fernyhough2017-06-25 12:44:56 +0100
commite1d8622fcb7571ba8ec5435e0f5a9dcbc22e5c9a (patch)
treef36b5885ffeea3ab58dcb0370e99a8666141a392
parentfebf2b3b09661a53d8d0f915051ea65e7ac78486 (diff)
downloadaur-e1d8622fcb7571ba8ec5435e0f5a9dcbc22e5c9a.tar.gz
Make 'configs' writeable too
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25556652e49e..40b756c39ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -89,6 +89,7 @@ EOF
msg2 "Making sure file ownership is 'correct'..."
chown -R root:root "${pkgdir}/opt"
+ chmod 0777 "${pkgdir}/opt/${_pkgname}/configs"
chmod 0777 "${pkgdir}/opt/${_pkgname}/Media"
msg2 "Any final tweaks..."