summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-01 00:17:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-01 00:17:32 +0100
commit42866530db49e0faf367ad28a55c658be60951bf (patch)
tree22f4499796e9bbe9fd9ab6bae29517a0f792335c /cscript
parent40e285b0c53a35adb92da972105229ceffdd5980 (diff)
More OS X packaging tweaks.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d6f9b6f94..dd39befda 100644
--- a/cscript
+++ b/cscript
@@ -62,7 +62,7 @@ def package(env, target, version):
return debs
elif target.platform == 'osx':
- env.command('platform/osx/make_dmg.sh')
+ env.command('bash platform/osx/make_dmg.sh')
return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0])
def make_pot(env):