summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-28 20:01:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-28 20:01:54 -0400
commit75758cdb6ad6383bd48ada333ecb354ce87438a5 (patch)
tree2457fa48b7edf4203760bc3eeb10ceebdfb54641 /tools/linux_packaging
parent2cf411e4be0b10e6ecf47d2070963299b6a810e7 (diff)
do not package anything but explicitly listed backends for the bundle(s) (Linux)
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 95f052537e..647fc88f4b 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -389,7 +389,9 @@ done
cp $BUILD_ROOT/libs/panners/*/lib*.so* $Panners
# Backends
-cp $BUILD_ROOT/libs/backends/*/lib*.so* $Backends
+for backend in jack wavesaudio ; do
+ cp $BUILD_ROOT/libs/backends/$backend/lib*.so* $Backends
+done
# VAMP plugins that we use
cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.so* $Libraries