From fc835600c0b3914d9f40bb46e320b92a69740806 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 7 Jul 2020 21:27:45 +0200 Subject: CSS copy fix --- src/update-gitjoe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/update-gitjoe.pl b/src/update-gitjoe.pl index 0fbbd52..ff2c760 100755 --- a/src/update-gitjoe.pl +++ b/src/update-gitjoe.pl @@ -34,7 +34,7 @@ sub stagit_generate { mkdir($user, 0755); my $i = 0; my $repos_line = ""; - copy('../css/site.css', './style.css'); + copy('./css/site.css', './' . $user . '/style.css'); while ($i < @repos) { chdir($site_dir . $user . '/'); $repos_line = $repos_line . ' ' . $home_dir . $repos[$i] . '/'; -- cgit v1.2.3