From 180843f9bd28b191c7404245ba0a121107992511 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 23 Feb 2020 20:48:02 +0100 Subject: Also move Lua scripts to share subfolder --- tools/linux_packaging/build | 2 +- tools/osx_packaging/osx_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index ea29b1845b..359fdbc805 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -373,7 +373,7 @@ done # Lua Scripts Files # got to be careful with names here -for x in $BUILD_ROOT/../scripts/*.lua ; do +for x in $BUILD_ROOT/../share/scripts/*.lua ; do BN=$(basename $x) if test "${BN:0:1}" = "_"; then continue; diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index c01122ac1c..04fc0e6640 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -371,7 +371,7 @@ done # Lua Script Files # got to be careful with names here -for x in $BUILD_ROOT/../scripts/*.lua ; do +for x in $BUILD_ROOT/../share/scripts/*.lua ; do BN=$(basename $x) if test "${BN:0:1}" = "_"; then continue; -- cgit v1.2.3