From: Carl Hetherington Date: Tue, 18 Jun 2013 20:29:31 +0000 (+0100) Subject: Fix install prefix. X-Git-Tag: v0.05~6 X-Git-Url: https://main.carlh.net/gitweb/?p=libcxml.git;a=commitdiff_plain;h=7e24ee93b53916337c158a5b8bf6e91f55514ca9;ds=sidebyside Fix install prefix. --- diff --git a/cscript b/cscript index f1063c7..97e2d4b 100644 --- a/cscript +++ b/cscript @@ -1,5 +1,5 @@ def build(target): - cmd = './waf configure --prefix=%s' % target.work_dir_cscript() + cmd = './waf configure --prefix=%s/%s' % (target.work_dir_cscript(), target.install_prefix) if target.platform == 'linux': cmd += ' --static' elif target.platform == 'windows':