summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-24 22:01:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-24 22:01:47 +0000
commitf94e66e095e1bb1b90ffd7a624954826733550a6 (patch)
treec4763f55441e0906e46cf3af22bc6f4498930234
parent450965602b144cc5b95885ebe8f72d85e969c4c4 (diff)
quieten down linux build script
git-svn-id: svn://localhost/ardour2/branches/3.0@12442 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/linux_packaging/build8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 66b45b1306..564dd6a8f0 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -332,29 +332,25 @@ if test x$WITH_LADSPA != x ; then
fi
# Control Surfaces
-cp $BUILD_ROOT/libs/surfaces/*/libardour*.so* $Surfaces
-# hack ... move libardour_cp back into Libraries
-mv $Surfaces/libardourcp.so* $Libraries
+cp $BUILD_ROOT/libs/surfaces/*/libardour_*.so* $Surfaces
+cp $BUILD_ROOT/libs/surfaces/control_protocol/libardourcp.so* $Libraries
# MidiMaps
# got to be careful with names here
for x in $BUILD_ROOT/../midi_maps/*.map ; do
cp "$x" $MidiMaps
- echo Copied MIDI map $x
done
# MIDNAM Patch Files
# got to be careful with names here
for x in $BUILD_ROOT/../patchfiles/*.midnam ; do
cp "$x" $PatchFiles
- echo Copied MIDNAM file "$x"
done
# MackieControl data
# got to be careful with names here
for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
cp "$x" $MackieControl
- echo Copied Mackie Control file $x
done
# Templates