Only ask about Harrison LV2s when they're present
This fixes an issue with the ARM installer asking about the plugins which are currently N/A for ARM.
This commit is contained in:
parent
22065b4331
commit
81fb723561
@ -705,7 +705,7 @@ fi
|
|||||||
# Allow to remove non-free stuff for purists
|
# Allow to remove non-free stuff for purists
|
||||||
############################################
|
############################################
|
||||||
|
|
||||||
if test "${PGM_VENDOR}" = "Ardour"; then
|
if test "${PGM_VENDOR}" = "Ardour" -a -d "${INSTALL_DEST_BASE}/${PGM_FULL_NAME}/LV2/Harrison.lv2"; then
|
||||||
ANSWER=$(VaildateYesNoEnterQuestion "Install Harrison XT plugins?" "y")
|
ANSWER=$(VaildateYesNoEnterQuestion "Install Harrison XT plugins?" "y")
|
||||||
|
|
||||||
if test "n" = $ANSWER; then
|
if test "n" = $ANSWER; then
|
||||||
|
Loading…
Reference in New Issue
Block a user