From d3343700ded6086cd47b10ebe8b900988ef25068 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 4 Jun 2019 15:15:21 +0200 Subject: Package commandline Lua-session tool --- tools/linux_packaging/build | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools/linux_packaging') 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 -- cgit v1.2.3