]> spindle.queued.net Git - midori/commitdiff
Install close.png which is used by speed dial
authorChristian Dywan <christian@twotoasts.de>
Tue, 11 Oct 2011 00:12:07 +0000 (02:12 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 11 Oct 2011 00:12:07 +0000 (02:12 +0200)
wscript

diff --git a/wscript b/wscript
index 28d943d87019525cd999073060275f98129ca5d9..1e6f4af6f9faa432191ac99a3ae1dc62cfc0ff33 100644 (file)
--- 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')