thunderbird: fix installation
This commit is contained in:
parent
fc48d88d53
commit
d144cec56f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user