summarylogtreecommitdiffstats
path: root/alire.patch
blob: e03e98466f5b34f4351780e351edc53ee6887cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Index: alire-1.1.0/alr_env.gpr
===================================================================
--- alire-1.1.0.orig/alr_env.gpr
+++ alire-1.1.0/alr_env.gpr
@@ -3,22 +3,22 @@ aggregate project Alr_Env is
    for Create_Missing_Dirs use "True";
 
    for Project_Path use (
-                         "deps/aaa",
-                         "deps/ada-toml",
-                         "deps/ajunitgen",
-                         "deps/ansi",
-                         "deps/gnatcoll-slim",
-                         "deps/minirest",
-                         "deps/optional",
-                         "deps/semantic_versioning",
-                         "deps/simple_logging",
-                         "deps/si_units",
-                         "deps/stopwatch",
-                         "deps/toml_slicer",
-                         "deps/uri-ada",
-                         "deps/xmlezout",
-                         "deps/spdx",
-                         "deps/clic");
+                         "../aaa",
+                         "../ada-toml",
+                         "../ajunitgen",
+                         "../ansi-ada",
+                         "../gnatcoll-slim",
+                         "../minirest",
+                         "../optional",
+                         "../semantic_versioning",
+                         "../simple_logging",
+                         "../si_units",
+                         "../stopwatch",
+                         "../toml_slicer",
+                         "../uri-ada",
+                         "../xmlezout",
+                         "../spdx_ada",
+                         "../clic");
 
    for Project_Files use ("alr.gpr");