From: Christian Dywan Date: Thu, 18 Jun 2009 00:51:35 +0000 (+0200) Subject: Add -c (cache) to intltool flags to be forward compatible with waf X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7d89c7a82148b8f18e67ae1227e54d7e8d2229;p=midori Add -c (cache) to intltool flags to be forward compatible with waf --- diff --git a/wscript b/wscript index 34d20c52..fe180b5f 100644 --- 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')