summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-02-23 20:48:02 +0100
committerRobin Gareus <robin@gareus.org>2020-02-23 20:48:02 +0100
commit180843f9bd28b191c7404245ba0a121107992511 (patch)
treec60312dc09f76c2f55ba2383245c427e15c38dea /tools
parentbf649cd68ad46c34a656700aa6cb89416d648c64 (diff)
Also move Lua scripts to share subfolder
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
-rwxr-xr-xtools/osx_packaging/osx_build2
2 files changed, 2 insertions, 2 deletions
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;