aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:23:29 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:23:29 +0200
commit3d47d42afd03f7c4ed82e729c8cf5f183448a3e4 (patch)
treee23de0cac7760ef2cba3263dbd61e6cab6903869
parentAdded missing "\n" (diff)
downloadjoe-scripts-3d47d42afd03f7c4ed82e729c8cf5f183448a3e4.tar.gz
joe-scripts-3d47d42afd03f7c4ed82e729c8cf5f183448a3e4.tar.bz2
joe-scripts-3d47d42afd03f7c4ed82e729c8cf5f183448a3e4.tar.xz
joe-scripts-3d47d42afd03f7c4ed82e729c8cf5f183448a3e4.tar.zst
joe-scripts-3d47d42afd03f7c4ed82e729c8cf5f183448a3e4.zip
Now copies
-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 . '/');