aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/update/gitjoe.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index e3df924..acf8a2d 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -36,6 +36,7 @@ sub stagit_generate {
my $i = 0;
my $repos_line = "";
copy('./css/gitjoe.css', './' . $user . '/style.css');
+ copy('./img/logo.png', './' . $user . '/logo.png');
while ($i < @repos) {
chdir($site_dir . $user . '/');
$repos_line = $repos_line . ' ' . $home_dir . $repos[$i] . '/';
@@ -49,6 +50,7 @@ sub stagit_generate {
'/usr/local/bin/stagit ' . $home_dir . $repos[$i] . '/'
);
copy('../style.css', './style.css');
+ copy('../logo.png', './logo.png');
$i += 1;
}
chdir($site_dir . $user . '/');