summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 55a7b9c1c7..4f2826032b 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -193,6 +193,7 @@ Locale=$Shared/locale
MidiMaps=$Shared/midi_maps
PatchFiles=$Shared/patchfiles
LuaScripts=$Shared/scripts
+WebSurfaces=$Shared/web_surfaces
MackieControl=$Shared/mcp
OSC=$Shared/osc
@@ -381,6 +382,10 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
cp "$x" $LuaScripts
done
+# recusively copy web-surface html/js
+cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
+rm $WebSurfaces/wscript
+
# MackieControl data
# got to be careful with names here
for x in $BUILD_ROOT/../share/mcp/*.device $BUILD_ROOT/../share/mcp/*.profile ; do