From 293f4195504ab86cc3f91847adfd1c70a4856cab Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Wed, 8 Jul 2020 22:14:56 +0200
Subject: Try

---
 src/update/gitjoe.pl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index acf8a2d..1d57b6c 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -59,6 +59,11 @@ sub stagit_generate {
 		'-c',
 		'/usr/local/bin/stagit-index ' . $repos_line . '> index.html'
 		);
+	system(
+		'/usr/local/bin/dash',
+		'-c',
+		"sed 's/log.html/files.html/g' index.html >index.html"
+		);
 	return;
 }
 
-- 
cgit v1.2.3