package mono font on OS X too
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 5 Mar 2013 03:49:34 +0000 (03:49 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 5 Mar 2013 03:49:34 +0000 (03:49 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14141 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/osx_packaging/osx_build

index 687e525746fdc4bae832ea602fa1bac0030effea..364c83a4d889091818107b137dfd4de34bae6462 100755 (executable)
@@ -390,6 +390,7 @@ cp -r ../../gtk2_ardour/pixmaps $Resources
 
 # shared stuff
 cp -R ../../gtk2_ardour/splash.png $Shared
+cp -R ../../gtk2_ardour/ArdourMono.ttf $Shared
 
 # go through and recursively remove any .svn dirs in the bundle
 for svndir in `find $APPDIR -name .svn -type dir`; do