summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-09 13:36:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-09 13:36:22 +0000
commit8dc98a293537231196efdaf66fe203bb8d2bbb86 (patch)
tree9cc8e3e751616766ac73abc2640a9ba9b9f2673f
parentaad35ec1827cc5a2f4f7d245c726c8d97e8031ad (diff)
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
-rwxr-xr-xtools/osx_packaging/osx_build3
1 files changed, 1 insertions, 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