summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-07 10:23:03 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-07 10:23:03 -0400
commit6a9cf1e210e9cb6cb37e0137aec14e6a380e5147 (patch)
tree7ce956ee8a83b302135760b1cd13f2f486e95226 /tools/osx_packaging
parent9ad3feaba00e6e0d297ea73e7331be7d1d272455 (diff)
fix packaging scripts to use new system config file name; NOTE: this file should probably be included in Windows packages but appears not to be
Conflicts: tools/linux_packaging/build
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