summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-04 22:49:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-04 22:49:47 +0000
commita38cba7f9721db5c2421326cc4d701e9f09345ea (patch)
treeb096224413ff356032cd09980c3ed730abe3fc81
parent1bfbd988077b58611fbbdc225147565ab4e7152a (diff)
slight improvement/fix for osx_build packaging
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3009 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index b3984f6b40..f08e02bb42 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -144,7 +144,7 @@ mkdir -p $Frameworks/clearlooks/engines
# XXX STILL NEED TO DO PANNERS FOR TRUNK
cp ../../libs/surfaces/*/libardour_*.dylib $Surfaces
# hack ... move libardour_cp back into Frameworks
-cp $Surfaces/libardour_cp*.dylib $Frameworks
+mv $Surfaces/libardour_cp.dylib $Frameworks
# VAMP plugins that we use
cp ../../libs/vamp-plugins/libardourvampplugins.dylib $Frameworks