aboutsummaryrefslogtreecommitdiffstats
path: root/src/update/gitjoe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-xsrc/update/gitjoe.pl5
1 files changed, 5 insertions, 0 deletions
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;
}