summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2016-11-23 03:52:15 -0500
committerDaniel M. Capella2016-11-23 03:52:15 -0500
commita36de8a11a542acf38cc31e09e87f9b76f53838b (patch)
tree8ca5a2ad2e78212c68001c77566b3fc926ccd5a5
parent1107ab6b6b44a79c948152d6e64a1ef8880ee4be (diff)
downloadaur-a36de8a11a542acf38cc31e09e87f9b76f53838b.tar.gz
Executable zips? Who did this!
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a1e2146c995..ba81cffb4d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ noextract=("${source##*/}")
sha256sums=('e3f147407433d4809d6636b56366aa6a2c7cac31cec02f81e4f38e7f889e92cd')
package() {
- install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uMatrix@raymondhill.net.xpi
+ install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uMatrix@raymondhill.net.xpi
}
# vim:set ts=2 sw=2 et: