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