summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-06-04 15:15:21 +0200
committerRobin Gareus <robin@gareus.org>2019-06-04 15:15:21 +0200
commitd3343700ded6086cd47b10ebe8b900988ef25068 (patch)
tree1d421d3bf95528bba383651478fe7d0bf75a6bb7 /tools/linux_packaging
parent9aff22a9d2245fe86c9c19ee5dda44b91a1e14e4 (diff)
Package commandline Lua-session tool
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 923a6ea9ea..f2907adcaf 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -477,6 +477,16 @@ 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
+ BN=${lower_case_appname}${major_version}-lua
+ cp -v $BUILD_ROOT/tools/luadevel/luasession $APPLIB/$BN
+ if test x$STRIP = xall ; then
+ strip -s $APPLIB/${BN}
+ fi
+ ln -s ../lib/ardour-util.sh $APPBIN/${BN}
+ HAVE_SESSION_UTILS=true
+fi
+
if test "$HAVE_SESSION_UTILS" = true ; then
cat >> $APPLIB/ardour-util.sh << EOF
#!/bin/sh