From f001b4178360b84bb04d38b126ce3a162dcedc92 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 30 Apr 2014 11:53:26 +0200 Subject: [PATCH] firefox: fix installation. --- srcpkgs/firefox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index b201ddc0408..a601371fbc5 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -88,7 +88,7 @@ do_install() { vinstall ${FILESDIR}/firefox.desktop 644 usr/share/applications for i in 16x16 22x22 24x24 32x32 48x48 256x256; do - vinstall browser/branding/official/default${i%x*}.png 644 \ + vinstall ${wrksrc}/browser/branding/official/default${i%x*}.png 644 \ usr/share/icons/hicolor/${i}/apps firefox.png done