summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/script
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2006-12-27 03:59:19 +0000
committerJesse Chappell <jesse@essej.net>2006-12-27 03:59:19 +0000
commit7d95ab884a3529978e36f72471c1afa1938b074a (patch)
treec63fba6f650eed9a6f6e7f7f54d6641211ef5efb /tools/osx_packaging/script
parent2491eec0fd218f3aa95698461956a9a74f067721 (diff)
updated app_build.rb script to completely package a universal binary in two steps. added various files needed in the app bundle, some of which will need updating as the gtk version used increases.
git-svn-id: svn://localhost/ardour2/trunk@1248 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/osx_packaging/script')
-rwxr-xr-xtools/osx_packaging/script3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/osx_packaging/script b/tools/osx_packaging/script
index d689320d20..ec6ad4feec 100755
--- a/tools/osx_packaging/script
+++ b/tools/osx_packaging/script
@@ -24,4 +24,5 @@ export "DISPLAY=`cat $TMP/display`"
ps -wx -ocommand | grep -e '[X]11' > /dev/null || exit 11
cd ~/
-exec "$CWD/bin/exporter" "$@"
+shift
+exec "$CWD/bin/exporter" "$*"