From 82764a6da78904bc08dbffebebb55185f13b9a70 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 1 Jun 2021 19:40:52 +0200 Subject: [PATCH] Clarify installer question (XT and ACE) --- 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 612d77430b..c95bbb40ce 100755 --- a/tools/linux_packaging/stage2.run.in +++ b/tools/linux_packaging/stage2.run.in @@ -706,7 +706,7 @@ fi ############################################ if test "${PGM_VENDOR}" = "Ardour" -a -d "${INSTALL_DEST_BASE}/${PGM_FULL_NAME}/lib/LV2/Harrison.lv2"; then - ANSWER=$(VaildateYesNoEnterQuestion "Install Harrison XT plugins?" "y") + ANSWER=$(VaildateYesNoEnterQuestion "Install Harrison XT plugins and ACE plugin GUIs?" "y") if test "n" = $ANSWER; then ${SUPER} rm -rf "${INSTALL_DEST_BASE}/${PGM_FULL_NAME}/lib/LV2/Harrison.lv2"