summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-01-07 17:56:46 +0100
committersL1pKn072021-01-07 17:56:46 +0100
commit01bfc0fadecac438b2627248741a7caa691a98af (patch)
tree32d81fecbfc62c6f234efab501572a4f07b6dd5d
parent045ce66ee03b3e36691e2ce49cacee8d339a0de2 (diff)
downloadaur-01bfc0fadecac438b2627248741a7caa691a98af.tar.gz
bump
-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"
}