summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2016-11-23 02:48:47 -0500
committerDaniel M. Capella2016-11-23 02:50:28 -0500
commitae06a76748084a56a39ebec15abb7eff9d65185a (patch)
tree292d3b9fb61a4ccf4c49230f4152fbb3d1cbd32e
parentf1501acbb9e21074ffa78dcfcdc0eecc8a7023ea (diff)
downloadaur-ae06a76748084a56a39ebec15abb7eff9d65185a.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 4e06b52c16fe..c5b6c2c855e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ noextract=("${source%%::*}")
sha512sums=('2d24338b9f2a399ad539b30c7fb30a4191598099bc723ea5de55d76eb7892a1d07c283512e81a158cac10b71c112031d600fbdf7ad5ff8aab9550af8ff5e5c58')
package() {
- install -Dm755 ${source%%::*} "$pkgdir"/usr/lib/firefox/browser/extensions/VimFx-unlisted@akhodakivskiy.github.com.xpi
+ install -Dm644 ${source%%::*} "$pkgdir"/usr/lib/firefox/browser/extensions/VimFx-unlisted@akhodakivskiy.github.com.xpi
}
# vim:set ts=2 sw=2 et: