From d144cec56ffbf502b21d7b11200d1df7bfca23a6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 15 Apr 2017 15:01:30 +0200 Subject: [PATCH] thunderbird: fix installation --- srcpkgs/thunderbird/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index 7707f4619b6..971a065c57b 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -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