summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-16 14:42:19 +0200
committerRobin Gareus <robin@gareus.org>2016-05-16 15:18:58 +0200
commit7364e6cf200c46045249ce6c1ea35010d7fc90cf (patch)
tree31d691e8f3cae12abe6ebeecbf9e93a95da8b377 /tools/linux_packaging/package
parent1b570d98861ba476ebd3fb9c066304973753c600 (diff)
Mixbus32 and 32C packaging
Diffstat (limited to 'tools/linux_packaging/package')
-rwxr-xr-xtools/linux_packaging/package3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index 3614df1fe0..a4bab829b8 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -36,6 +36,9 @@ while [ $# -gt 0 ] ; do
--mixbus)
APPNAME=Mixbus ;
shift ;;
+ --mixbus32c)
+ APPNAME=Mixbus32C ;
+ shift ;;
--public)
APPNAME=Ardour ;
shift ;;