Update packaging of LiveTrax (amend 1bff623495
)
This commit is contained in:
parent
87be6ae7e2
commit
c4ca52f9de
@ -37,6 +37,9 @@ while [ $# -gt 0 ] ; do
|
||||
--mixbus32c)
|
||||
APPNAME=Mixbus32C ;
|
||||
shift ;;
|
||||
--livetrax)
|
||||
APPNAME=LiveTrax ;
|
||||
shift ;;
|
||||
--public)
|
||||
APPNAME=Ardour ;
|
||||
shift ;;
|
||||
|
@ -65,6 +65,9 @@ while [ $# -gt 0 ] ; do
|
||||
NOVIDEOTOOLS=1 ;
|
||||
WITH_HARRISON_LV2="" ;
|
||||
WITH_GMSYNTH="" ;
|
||||
PROGRAM_NAME=LiveTrax
|
||||
PROGRAM_KEY=LiveTrax
|
||||
PRODUCT_NAME=LiveTrax
|
||||
shift ;;
|
||||
--chanstrip) HARRISONCHANNELSTRIP=$2 ; shift; shift ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user