cdist changes.
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Jul 2014 18:53:48 +0000 (19:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Jul 2014 18:53:48 +0000 (19:53 +0100)
cscript

diff --git a/cscript b/cscript
index d718838e16dab64688d5ec4cb22894a8605215a1..bceb63ef6bf2d04e4b44a874c933393e08dfac42 100644 (file)
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ def dependencies(target):
     return (('libcxml', None), ('openjpeg-cdist', '13b69c2'))
 
 def build(target, options):
-    cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
+    cmd = './waf configure --prefix=%s' % target.directory
     if target.platform == 'linux':
         cmd += ' --static'
         if target.distro == 'centos':