Commit 79c8bfbd2ff52ee2d53b201c536e3b9ff0ccdac3

Thomas de Grivel 2023-02-28T12:53:38

ci_mux

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/lib/rbpkg.rb b/lib/rbpkg.rb
index 8a8dcd7..c0b0adb 100644
--- a/lib/rbpkg.rb
+++ b/lib/rbpkg.rb
@@ -125,8 +125,8 @@ EOF
                 FileUtils.cp(subdir_file, file)
                 subdir_file_html = "#{subdir_file}.html"
                 FileUtils.cp(subdir_file_html, "#{file}.html")
-                log_item = {log: subdir_file,
-                            html: subdir_file_html,
+                log_item = {log: "#{d}/#{subdir_file}",
+                            html: "#{d}/#{subdir_file_html}",
                             status: status[name][d_name]}
                 if ! log[name]
                   log[name] = {}