use Primary not Meta for accel maps, having confirmed that it works
[ardour.git] / tools / osx_packaging / osx_build
index c9e807d5dd9c49b96f24e44f8612f7c18730def9..b4f78f9c6a91c5e3a6b8d9859265da25238e9e9e 100755 (executable)
@@ -296,9 +296,11 @@ cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
     for f in *.preset ; do 
        echo ExportFormat: $f; cp "$f" ../tools/osx_packaging/$ExportFormats ; 
 done)
-(cd $BUILD_ROOT/templates && \
+(cd $BUILD_ROOT/../templates && \
     for f in * ; do 
-       echo Template: $f ; cp -r "$f" ../../tools/osx_packaging/$Templates ; 
+       if [ -d "$f" ] ; then
+           echo Template: $f ; cp -r "$f" ../tools/osx_packaging/$Templates ; 
+       fi
 done)
 
 # MIDI maps
@@ -366,6 +368,9 @@ cp $BUILD_ROOT/gtk2_ardour/ardour3_ui_dark.rc $Resources
 cp -r ../../gtk2_ardour/icons $Resources
 cp -r ../../gtk2_ardour/pixmaps $Resources
 
+# splash screen stuff
+cp -R ../../gtk2_ardour/splash.png $Shared
+
 # go through and recursively remove any .svn dirs in the bundle
 for svndir in `find $APPDIR -name .svn -type dir`; do
     rm -rf $svndir