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