aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 22:14:56 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 22:14:56 +0200
commit293f4195504ab86cc3f91847adfd1c70a4856cab (patch)
treed2e092d42321fc053a23b1a4a60dfcfc02428759
parentNow copies (diff)
downloadjoe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.gz
joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.bz2
joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.xz
joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.zst
joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.zip
Try
-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;
}