summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-09-15 13:11:43 +0200
committerRobin Gareus <robin@gareus.org>2016-09-15 13:11:43 +0200
commit5643ed4257eb5ddf7a46cb059389516311c22817 (patch)
tree75948528160073fec746f306c8b3b3230954783b /tools/linux_packaging
parent98491b9eb2ce3d6e4e271a189ca8af6b6e7869fe (diff)
Allow to bunde demo session(s)
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build14
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 67d3abaef6..00d7962014 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -677,8 +677,8 @@ if test x$WITH_X42_LV2 != x ; then
unzip -q -d "$APPLIB/LV2/" "${CACHEDIR}/${proj}-lv2-linux-${WARCH}-${X42_VERSION}.zip"
done
fi
-################################################################################
+################################################################################
if test x$WITH_HARVID != x ; then
cd $APPBIN
@@ -704,6 +704,18 @@ if test x$WITH_HARVID != x ; then
cd -
fi
+################################################################################
+
+if test x$DEMO_SESSION_URL != x ; then
+ mkdir -p $Shared/sessions
+ DEMO_SESSIONS=$(curl -s -S --fail $DEMO_SESSION_URL/index.txt)
+ for demo in $DEMO_SESSIONS; do
+ curl -s -S --fail -# -o $Shared/sessions/$demo $DEMO_SESSION_URL/$demo
+ done
+fi
+
+################################################################################
+
#
# Add the uninstaller
#