summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-07 10:02:27 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-07 10:02:27 +0100
commitba6e0d51a237d4f0bfa52c592d48329191329f00 (patch)
tree73e10e65175e1c5b0ee1a3543b249a0e0452ec90
parentc7488f10cbde39bffb8ece2601005c515acbf3a3 (diff)
parent26251e892bfb51c774c93290bd2d81c1239453bc (diff)
Fix merge.
-rw-r--r--cscript4
-rw-r--r--platform/osx/make_dmg.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/cscript b/cscript
index 87e7551e4..1f43f8936 100644
--- a/cscript
+++ b/cscript
@@ -14,9 +14,9 @@ def build(env, target):
cmd = './waf configure --prefix=%s' % env.work_dir_cscript()
if target.platform == 'windows':
cmd += ' --target-windows'
- else if target.platform == 'osx':
+ elif target.platform == 'osx':
cmd += ' --osx'
- else if target.platform == 'linux':
+ elif target.platform == 'linux':
cmd += ' --static'
env.command(cmd)
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index c52d1e9eb..f757eda34 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -70,7 +70,7 @@ for obj in $WORK/$macos/dvdomatic $WORK/$libs/*.dylib; do
fi
done
-
+pwd
cp build/platform/osx/Info.plist $WORK/$approot
cp icons/dvdomatic.icns $WORK/$resources/DVD-o-matic.icns