summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-11-29 18:21:41 +0200
committerDet2017-11-29 18:21:41 +0200
commit8688ed9340e7be8c9c17178e0aca3d03e343811b (patch)
treeed4c9a808652a3b91bd9b76a7d27f019c5180069
parente787f14e7b63cc29535abc8f5ff029fcdb4cb91a (diff)
downloadaur-8688ed9340e7be8c9c17178e0aca3d03e343811b.tar.gz
Fix build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a139bcf8b8e..a8203fb19f13 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*}-${pkgname/*-}.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