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
This commit is contained in:
Paul Davis 2012-11-09 13:36:22 +00:00
parent aad35ec182
commit 8dc98a2935

View File

@ -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