From 8dc98a293537231196efdaf66fe203bb8d2bbb86 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 9 Nov 2012 13:36:22 +0000 Subject: [PATCH] copy ardour_system.rc into OS X bundle from (new) correct location git-svn-id: svn://localhost/ardour2/branches/3.0@13411 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/osx_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 2d2328342c..fbdf7bde36 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -376,8 +376,7 @@ if test x$SAE != x ; then cp $BUILD_ROOT/instant.xml.sae $Resources/instant.xml echo cp $BUILD_ROOT/instant.xml.sae $Resources/instant.xml else -# cp $BUILD_ROOT/ardour_system.rc $Resources/ardour_system.rc -# echo FOO cp $BUILD_ROOT/ardour_system.rc $Resources/ardour_system.rc + cp ../../ardour_system.rc $Resources/ardour_system.rc cp ../../instant.xml $Resources/instant.xml echo cp ../../instant.xml $Resources/instant.xml fi