thunderbird: fix installation

This commit is contained in:
Enno Boland 2017-04-15 15:01:30 +02:00
parent fc48d88d53
commit d144cec56f

View file

@ -105,8 +105,8 @@ do_install() {
vinstall ${FILESDIR}/vendor.js 644 usr/lib/thunderbird/defaults/preferences
vinstall ${FILESDIR}/thunderbird.desktop 644 usr/share/applications
for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
vinstall ../other-licenses/branding/thunderbird/mailicon${i}.png 644 \
for i in 16 22 24 32 48 256; do
vinstall other-licenses/branding/thunderbird/mailicon${i}.png 644 \
usr/share/icons/hicolor/${i}x${i}/apps thunderbird.png
done