summarylogtreecommitdiffstats
path: root/alire.patch
blob: 20156d0d074ab4ee8d90cd9e2bac9311d9cd311c (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
Index: alire/alr_env.gpr
===================================================================
--- alire.orig/alr_env.gpr
+++ alire/alr_env.gpr
@@ -3,17 +3,17 @@ 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/semantic_versioning",
-                         "deps/simple_logging",
-                         "deps/uri-ada",
-                         "deps/xmlezout",
-                         "deps/spdx");
+                         "../aaa",
+                         "../ada-toml",
+                         "../ajunitgen",
+                         "../ansi-ada",
+                         "../gnatcoll-slim",
+                         "../minirest",
+                         "../semantic_versioning",
+                         "../simple_logging",
+                         "../uri-ada",
+                         "../xmlezout",
+                         "../spdx_ada");
 
    for Project_Files use ("alr.gpr");