From: Christian Dywan Date: Fri, 15 May 2009 18:30:24 +0000 (+0200) Subject: Shorten the paths used for --run to make them more easily reusable X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3395d0a0f20be1153a02af61804c69bb15a1a2a3;p=midori Shorten the paths used for --run to make them more easily reusable --- diff --git a/wscript b/wscript index bdca1030..fd31663e 100644 --- a/wscript +++ b/wscript @@ -395,6 +395,7 @@ def shutdown (): os.chdir ('..') elif Options.options.run: folder = os.path.dirname (Build.bld.env['waf_config_files'][0]) + folder = os.path.relpath (folder) try: ext = 'MIDORI_EXTENSION_PATH=' + folder + os.sep + 'extensions' nls = 'NLSPATH=' + folder + os.sep + 'po'