From e219a6cd1e786dd8a8daa6e6da28953ae3705fcb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 26 Mar 2020 19:00:11 +0100 Subject: Source-tree consistency (headless tools at top-level) This move ardour-lua session tool to top-level, next to headless/hardev. --- tools/x-win/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/x-win/package.sh') diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index b2e8190377..237a472d6a 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -144,7 +144,7 @@ cp build/libs/ptformat/ptformat-*.dll $DESTDIR/bin/ cp build/libs/audiographer/audiographer-*.dll $DESTDIR/bin/ cp build/libs/fst/ardour-vst-scanner.exe $DESTDIR/bin/ || true cp build/session_utils/*-*.exe $DESTDIR/bin/ || true -cp build/tools/luadevel/ardour6-lua.exe $DESTDIR/bin/ || true +cp build/luasession/ardour6-lua.exe $DESTDIR/bin/ || true cp `ls -t build/gtk2_ardour/ardour-*.exe | head -n1` $DESTDIR/bin/${PRODUCT_EXE} mkdir -p $DESTDIR/lib/gtk-2.0/engines -- cgit v1.2.3