cscript typo.
authorCarl Hetherington <cth@carlh.net>
Fri, 31 May 2013 22:53:12 +0000 (23:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 31 May 2013 22:53:12 +0000 (23:53 +0100)
cscript

diff --git a/cscript b/cscript
index 1d75bb8e8188ee25fe9990cc9938025ae57c2009..d6f9b6f94fbbe8fe724d786d698e1c16cb729684 100644 (file)
--- a/cscript
+++ b/cscript
@@ -62,7 +62,7 @@ def package(env, target, version):
 
         return debs
     elif target.platform == 'osx':
-        env.command('build/platform/osx/make_dmg.sh')
+        env.command('platform/osx/make_dmg.sh')
         return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0])
 
 def make_pot(env):