summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/bin
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/bin
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/bin')
-rwxr-xr-xtools/osx_packaging/bin/exporter3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/osx_packaging/bin/exporter b/tools/osx_packaging/bin/exporter
index 5a2ce0d307..cf77284796 100755
--- a/tools/osx_packaging/bin/exporter
+++ b/tools/osx_packaging/bin/exporter
@@ -36,4 +36,7 @@ sed 's|${CWD}|'"$TOP|g" "$TOP/etc/gtk-2.0/gtk.immodules" > "$ETC/gtk.immodules"
sed 's|${CWD}|'"$TOP|g" "$TOP/etc/gtk-2.0/gdk-pixbuf.loaders" \
> "$ETC/gdk-pixbuf.loaders"
+# to prevent complaining
+mkdir -p "$HOME/.ardour2/templates"
+
exec "$CWD/ardour" "$@"