summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmlb2017-11-19 13:45:51 +0100
committersmlb2017-11-19 13:45:51 +0100
commitf39812c23b685579ef7a766582b75a3f9f35b4ee (patch)
tree03d6fbd99f5cc794147e777d7f2c50d38117e9d7
parente95f688dff24d748f73d39f50d38c6cbe5b6d5be (diff)
downloadaur-f39812c23b685579ef7a766582b75a3f9f35b4ee.tar.gz
permission fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32b5b3c93e5a..0ebd5669a4ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ package() {
make
install -Dm644 ./${pkgname}.desktop -t "${pkgdir}"/etc/xdg/autostart
install -Dm755 ./dockd "$pkgdir/usr/bin/$pkgname"
- install -Dm644 -d etc "$pkgdir/etc/$pkgname"
+ install -Dm755 -d etc "$pkgdir/etc/$pkgname"
}