aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e31276e..14572ec 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -49,6 +49,11 @@ sub stagit_generate {
system(
'/usr/local/bin/dash',
'-c',
+ '/usr/bin/touch ' . $site_dir . $user . $repos[$i] . '.cache'
+ );
+ system(
+ '/usr/local/bin/dash',
+ '-c',
'/usr/local/bin/stagit -c ' . $site_dir . $user . $repos[$i] . '.cache -l 200 ' . $home_dir . $repos[$i] . '/'
);
copy('../style.css', './style.css');