summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-11-29 11:25:14 +0200
committerDet2017-11-29 11:25:14 +0200
commite787f14e7b63cc29535abc8f5ff029fcdb4cb91a (patch)
tree1d24bbacf606d6ab8a3840930ac5d0f5d566e9d5
parentd73a867ac2994a3ad2670a98ff89aebefb635747 (diff)
downloadaur-e787f14e7b63cc29535abc8f5ff029fcdb4cb91a.tar.gz
Fix build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5865b81b199e..0a139bcf8b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ package() {
# Icons
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
- install -Dm644 "$pkgdir"/opt/google/chrome-$_channel/product_logo_${i/x*}.png \
+ install -Dm644 "$pkgdir"/opt/google/chrome-$_channel/product_logo_${i/x*}-${pkgname/*-}.png \
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome-$_channel.png
done