Commit 722af4ce8502ccca9ef4daf4aa281868fa40e033

Thomas de Grivel 2025-04-07T21:03:42

wip install

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/libkc3/env.c b/libkc3/env.c
index 4082378..00d07a1 100644
--- a/libkc3/env.c
+++ b/libkc3/env.c
@@ -1104,8 +1104,8 @@ s_env * env_init (s_env *env, int *argc, char ***argv)
   env->facts = facts_new();
   env->path = list_new_str_1
     (NULL, "./", list_new_str_1
-     (NULL, "../", list_new_str_1
-      (NULL, "../share/kc3/", list_new_str_1
+     (NULL, "./share/kc3/", list_new_str_1
+      (NULL, "../", list_new_str_1
        (NULL, "../Resources/", list_new_str_1
         (NULL, "../../", list_new_str_1
          (NULL, "../../../", list_new_str_1