From 81fb723561bf77dd9560bf26c44493daab30a9d4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 21 Aug 2020 21:28:56 +0200 Subject: [PATCH] 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. --- tools/linux_packaging/stage2.run.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in index 6b02806a8a..0c07f73022 100755 --- a/tools/linux_packaging/stage2.run.in +++ b/tools/linux_packaging/stage2.run.in @@ -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