summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 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;