summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/bin/exporter
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx_packaging/bin/exporter')
-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" "$@"