From 7b418e40eae20f2f0a33eee649070fee2ea01534 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Tue, 2 Feb 2021 18:42:05 +0100 Subject: [PATCH] alr-platforms-windows.adb: msys2 install command line changed (#677) https://github.com/msys2/msys2-installer/pull/20 changed the name of the argument for installation prefix of the msys2 installer. All previous versions are impacted and won't be able to install msys2 at the correct location. --- src/alr/os_windows/alr-platforms-windows.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alr/os_windows/alr-platforms-windows.adb b/src/alr/os_windows/alr-platforms-windows.adb index 0088c830..391ea58b 100644 --- a/src/alr/os_windows/alr-platforms-windows.adb +++ b/src/alr/os_windows/alr-platforms-windows.adb @@ -106,7 +106,7 @@ package body Alr.Platforms.Windows is use Alire.Utils; Install_Prefix : constant String := - "InstallPrefix=" & Install_Dir; + "InstallDir=" & Install_Dir; Result : Alire.Outcome; begin -- 2.39.5