From 19a8002eeee50c8145b6c13e28e9d4991a01ce10 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 11 Oct 2011 02:12:07 +0200 Subject: [PATCH] Install close.png which is used by speed dial --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 28d943d8..1e6f4af6 100644 --- a/wscript +++ b/wscript @@ -472,8 +472,8 @@ def build (bld): else: Utils.pprint ('BLUE', "logo-shade could not be rasterized.") - bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/error.html') - bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/speeddial-head.html') + for res_file in ['error.html', 'speeddial-head.html', 'close.png']: + bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/' + res_file) if bld.env['addons']: bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/autosuggestcontrol.js')