summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49b752e3876e..2a0b01f368dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,6 @@ build() {
package(){
make -C build DESTDIR="${pkgdir}" install
- install -Dm755 "${_plug}/FluxSmooth/documentation/readme.html" "${pkgdir}/usr/share/doc/${_plug}/readme.html"
+ install -Dm644 "${_plug}/FluxSmooth/documentation/readme.html" "${pkgdir}/usr/share/doc/${_plug}/readme.html"
}