From 57a09bfa17581e9d4892cc9e787b2c744da98627 Mon Sep 17 00:00:00 2001 From: Todd Naugle Date: Mon, 18 Jun 2012 17:12:44 +0000 Subject: [PATCH] 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 --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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