]> spindle.queued.net Git - midori/commitdiff
Add -c (cache) to intltool flags to be forward compatible with waf
authorChristian Dywan <christian@twotoasts.de>
Thu, 18 Jun 2009 00:51:35 +0000 (02:51 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 18 Jun 2009 00:51:35 +0000 (02:51 +0200)
wscript

diff --git a/wscript b/wscript
index 34d20c52be67e9473971423df0ac7de1689ca030..fe180b5fee4537fe1e547144e150f97475adf145 100644 (file)
--- a/wscript
+++ b/wscript
@@ -359,7 +359,7 @@ def build (bld):
         obj = bld.new_task_gen ('intltool_in')
         obj.source = 'data/' + APPNAME + '.desktop.in'
         obj.install_path = appdir
-        obj.flags  = '-d'
+        obj.flags  = ['-d', '-c']
         bld.install_files (appdir, 'data/' + APPNAME + '.desktop')
     else:
         folder = os.path.abspath (blddir + '/default/data')