don't bother packaging ArdourMono on OS X
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Jan 2013 12:34:10 +0000 (12:34 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Jan 2013 12:34:10 +0000 (12:34 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14034 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/osx_packaging/osx_build

index 9388154dacd9ba4582daf26362f9f86ba4b49de8..b88ee8c34378b93d6e483d15fae2486e398ac21e 100755 (executable)
@@ -390,7 +390,6 @@ 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