summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 16:22:57 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 16:55:33 -0400
commitf9a1590982ef6195c1de8266148af4d17bdf2bff (patch)
treee7113b1e342f6f88563816a837fa9653412cd0c9 /libre/iceweasel
parent955d2f42ada79e77aabe2edda4815a549ef3f948 (diff)
libre/iceweasel: Tidy branding install
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 9f422a165..0a794be94 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -512,11 +512,10 @@ app.partner.parabola=parabola
END
for i in 16 22 24 32 48 64 128 192 256 384; do
- install -Dm644 "browser/branding/iceweasel/default$i.png" \
+ install -Dm644 browser/branding/$pkgname/default$i.png \
"$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
done
-
- install -Dm644 "$srcdir/$pkgname-$_brandingver/branding/${pkgname}_icon.svg" \
+ install -Dm644 "browser/branding/$pkgname/${pkgname}_icon.svg" \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
install -Dm644 ../$pkgname.desktop \