Source-tree consistency (headless tools at top-level)
This move ardour-lua session tool to top-level, next to headless/hardev.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user