summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-21 22:43:46 +0200
committerRobin Gareus <robin@gareus.org>2020-04-21 22:43:46 +0200
commit69f6c9771ecb07d2961f452cd58a12bc3401df29 (patch)
tree13d95639e184b8e681b2040230cab9e915134933 /tools
parent35fe4f79f5b412b8ababc5efe65d0874d35f594a (diff)
Really bundle web-surface data with Linux and Mac builds
This fix copy/paste/edit bug in 5d3554408
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
-rwxr-xr-xtools/osx_packaging/osx_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 4f2826032b..4f1b94f2dd 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -383,7 +383,7 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
done
# recusively copy web-surface html/js
-cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
+cp -a $BUILD_ROOT/../share/web_surfaces $WebSurfaces
rm $WebSurfaces/wscript
# MackieControl data
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 8df78a2bef..c4138bf4e1 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -379,7 +379,7 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
done
# recusively copy web-surface html/js
-cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
+cp -a $BUILD_ROOT/../share/web_surfaces $WebSurfaces
rm $WebSurfaces/wscript
# MackieControl data