summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2016-11-23 03:51:44 -0500
committerDaniel M. Capella2016-11-23 03:51:44 -0500
commit92505b10021a47e5c97348278f0b11cf702f6cad (patch)
tree86f4a8e08fb27029786676ca41d8dd494eac37f7
parent576dccd30cd7d18b147838911a13b5cb7a6d22f8 (diff)
downloadaur-92505b10021a47e5c97348278f0b11cf702f6cad.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 eb22c0d65eb4..d057ece620eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ noextract=("${source##*/}")
sha512sums=('12ac708686c8f732f5eee4b779e489b4f0d20c49a1ccbc6f89d8d3e1467ab791e888c4edf04dc4c9e0fe0307e7f93e6f450073700c8abd5817af1aafd7b39712')
package() {
- install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uBlock0@raymondhill.net.xpi
+ install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uBlock0@raymondhill.net.xpi
}
# vim:set ts=2 sw=2 et: