From 69f6c9771ecb07d2961f452cd58a12bc3401df29 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 21 Apr 2020 22:43:46 +0200 Subject: [PATCH] Really bundle web-surface data with Linux and Mac builds This fix copy/paste/edit bug in 5d3554408 --- tools/linux_packaging/build | 2 +- tools/osx_packaging/osx_build | 2 +- 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