summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2012-06-18 17:12:44 +0000
committerTodd Naugle <toddn@glw.com>2012-06-18 17:12:44 +0000
commit57a09bfa17581e9d4892cc9e787b2c744da98627 (patch)
treecd325b999f203c62686e5e9d688465efb62a5fc4 /tools
parent5227874ca0f9f0d70d320ad68195428f6e69052c (diff)
revert a previous change. libardour_cp needs to be moved from the surfaces dir to libs before the dep check is run.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12756 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 07a80e1729..aff4981d3c 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -351,7 +351,7 @@ if test x$WITH_LADSPA != x ; then
fi
cp ../../libs/surfaces/*/libardour_*.so* $Surfaces
-cp ../../libs/surfaces/control_protocol/libardourcp.so* $Libraries
+mv $Surfaces/libardour_cp.so* $Libraries
# VAMP plugins that we use
cp ../../libs/vamp-plugins/libardourvampplugins.so* $Libraries