diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2017-07-27 06:24:34 -0700 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-08-01 22:41:05 -0500 |
commit | 9b386e1af5999de0a930296361b107f85c953d58 (patch) | |
tree | 777872b4d20d4bd49f03c16530bdd430797938ce /libre/icecat-no-resource-uri-leak | |
parent | 6c2b1d87844aa6c4da422b635397afbfeed816e0 (diff) | |
download | abslibre-9b386e1af5999de0a930296361b107f85c953d58.tar.gz abslibre-9b386e1af5999de0a930296361b107f85c953d58.tar.bz2 abslibre-9b386e1af5999de0a930296361b107f85c953d58.zip |
Fixed icecat/iceweasel-no-resource-uri-leak install location
Signed-off-by: Isaac David <isacdaavid@isacdaavid.info>
Diffstat (limited to 'libre/icecat-no-resource-uri-leak')
-rw-r--r-- | libre/icecat-no-resource-uri-leak/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/icecat-no-resource-uri-leak/PKGBUILD b/libre/icecat-no-resource-uri-leak/PKGBUILD index eb1dfc1fb..d4b728eb9 100644 --- a/libre/icecat-no-resource-uri-leak/PKGBUILD +++ b/libre/icecat-no-resource-uri-leak/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697 -# Contributor: jc_gargma +# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=icecat-no-resource-uri-leak pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Deny resource:// access to Web content. Fill the hole to defend against fingerprinting.' url=https://notabug.org/desktopd/no-resource-uri-leak/ arch=('any') @@ -17,7 +17,7 @@ sha512sums=('f31d8baaa880d5ce621775e7f52faf6dbffb279291110caf055f8f70444aaa49d40 whirlpoolsums=('3efa2f3c71cf1f1f2b9406bfb07900d118e0656c296ec16271db1086f4198fe940c9d7ca513df05bbff8dfde560296596e99f864b52e2eab1a006d3da73f7772') package() { - install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/no_resource_uri_leak-$pkgver-an+tb+sm+fx.xpi + install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/@no-resource-uri-leak.xpi } # vim:set ts=2 sw=2 et: |