summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-23 15:44:41 +0100
committerRobin Gareus <robin@gareus.org>2016-02-23 15:44:41 +0100
commit1473c2d36460707f6484fe5a0f1d913fbb8a77e0 (patch)
tree407cb23481530549e333fcc4fce8959f7d314a15 /tools/linux_packaging
parent942471d21f0acbb833849873bba2eb8254c4d28d (diff)
Add some lua scripts
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index f25cd2fc4a..be26342e1a 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -177,6 +177,7 @@ ExportFormats=$Shared/export
Locale=$Shared/locale
MidiMaps=$Shared/midi_maps
PatchFiles=$Shared/patchfiles
+LuaScripts=$Shared/scripts
MackieControl=$Shared/mcp
if [ x$PRINT_SYSDEPS != x ] ; then
@@ -209,6 +210,7 @@ mkdir -p $Locale
mkdir -p $Surfaces
mkdir -p $MidiMaps
mkdir -p $PatchFiles
+mkdir -p $LuaScripts
mkdir -p $MackieControl
mkdir -p $ExportFormats
mkdir -p $Panners
@@ -372,6 +374,12 @@ for x in $BUILD_ROOT/../patchfiles/*.midnam ; do
cp "$x" $PatchFiles
done
+# Lua Scripts Files
+# got to be careful with names here
+for x in $BUILD_ROOT/../scripts/*.lua ; do
+ cp "$x" $LuaScripts
+done
+
# MackieControl data
# got to be careful with names here
for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do