summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-30 12:34:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-30 12:34:10 +0000
commitaff8612b58e0aa127a9c9ca1558fb7c59b0fe0a2 (patch)
tree5b10d00e0c8a0927f0a0ceeaaad992b650dd9544 /tools
parentfde4d4d161975ef55071a1f3bdc605b0493de9ea (diff)
don't bother packaging ArdourMono on OS X
git-svn-id: svn://localhost/ardour2/branches/3.0@14034 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 9388154dac..b88ee8c343 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -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