changeset 3181:4403f922f922

strip system/ from nsis
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Sun, 08 Apr 2007 23:50:33 -0300
parents 894912180899
children 437369541c3d
files specs/nsis.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/specs/nsis.py	Sun Apr 08 23:50:24 2007 -0300
+++ b/specs/nsis.py	Sun Apr 08 23:50:33 2007 -0300
@@ -38,12 +38,12 @@
                 ' SKIPPLUGINS=System')
     
     def compile (self): 
-        env = {'PATH': '%(topdir)s/target/mingw/system/usr/cross/bin:' + os.environ['PATH']}
+        env = {'PATH': '%(topdir)s/target/mingw/usr/cross/bin:' + os.environ['PATH']}
         self.system ('cd %(builddir)s/ && %(compile_command)s',
                      env)
 
     def install (self):
-        env = {'PATH': '%(topdir)s/target/mingw/system/usr/cross/bin:' + os.environ['PATH']}
+        env = {'PATH': '%(topdir)s/target/mingw/usr/cross/bin:' + os.environ['PATH']}
         self.system ('cd %(builddir)s/ && %(compile_command)s install ', env)