summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-01-09 22:56:20 -0800
committerDonald Webster2019-01-09 22:56:20 -0800
commit6cd9ca74d58eeefedf830095027cb1358da4954e (patch)
treeef0f0407a1fefd3534ee127628aca8cb6e30728b
parent411d11374a1a591d5f2090decb4f9f4345cb2200 (diff)
downloadaur-6cd9ca74d58eeefedf830095027cb1358da4954e.tar.gz
Remove chmod, this happens later anyway.
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 539a956136f4..18a1ee19d194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,6 @@ package() {
| sed 's:\/\/ "storage_path": "storage_path":' \
| sed 's/\/var\/run\/resilio/\/run\/resilio/g' \
> "${pkgdir}"/etc/rslsync.conf
- chmod 644 "${pkgdir}"/etc/rslsync.conf
# install systemd config files
install -D -m 644 "${srcdir}"/rslsync.service "${pkgdir}"/usr/lib/systemd/system/rslsync.service