mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Really bundle web-surface data with Linux and Mac builds
This fix copy/paste/edit bug in 5d3554408
This commit is contained in:
parent
35fe4f79f5
commit
69f6c9771e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue