summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index cd729ec60e..28ef7a8190 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -428,12 +428,10 @@ if test x$SAE != x ; then
cp $BUILD_ROOT/gtk2_ardour/SAE-de-nokeypad.bindings $Resources
cp $BUILD_ROOT/gtk2_ardour/SAE-us-keypad.bindings $Resources
cp $BUILD_ROOT/gtk2_ardour/SAE-us-nokeypad.bindings $Resources
- cp $BUILD_ROOT/ardour_system_sae.rc $Resources/ardour_system.rc
- echo cp $BUILD_ROOT/ardour_system_sae.rc $Resources/ardour_system.rc
cp $BUILD_ROOT/instant.xml.sae $Resources/instant.xml
echo cp $BUILD_ROOT/instant.xml.sae $Resources/instant.xml
else
- cp ../../ardour_system.rc $Resources/ardour_system.rc
+ cp ../../system_config $Resources/system_config
cp ../../instant.xml $Resources/instant.xml
echo cp ../../instant.xml $Resources/instant.xml
fi