summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-26 19:00:11 +0100
committerRobin Gareus <robin@gareus.org>2020-03-26 19:00:41 +0100
commite219a6cd1e786dd8a8daa6e6da28953ae3705fcb (patch)
tree5a3a17f7e585355ded4f14f1d70419614335bad8 /tools/linux_packaging
parente7cdc91770f4c5fd29479d05d1a1a265737399b8 (diff)
Source-tree consistency (headless tools at top-level)
This move ardour-lua session tool to top-level, next to headless/hardev.
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 359fdbc805..d94f59727f 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -472,9 +472,9 @@ for file in $BUILD_ROOT/session_utils/${lower_case_appname}${major_version}-*; d
HAVE_SESSION_UTILS=true
done
-if test -x $BUILD_ROOT/tools/luadevel/luasession; then
+if test -x $BUILD_ROOT/luasession/luasession; then
BN=${lower_case_appname}${major_version}-lua
- cp -v $BUILD_ROOT/tools/luadevel/luasession $APPLIB/$BN
+ cp -v $BUILD_ROOT/luasession/luasession $APPLIB/$BN
if test x$STRIP = xall ; then
strip -s $APPLIB/${BN}
fi