Fix build

This commit is contained in:
Det 2017-11-29 11:25:14 +02:00
parent d73a867ac2
commit e787f14e7b

View File

@ -44,7 +44,7 @@ package() {
# Icons # Icons
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do 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 "$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome-$_channel.png
done done