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:
Robin Gareus 2020-08-21 21:28:56 +02:00
parent 22065b4331
commit 81fb723561
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ fi
# 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")
if test "n" = $ANSWER; then