aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 21:27:45 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 21:27:45 +0200
commitfc835600c0b3914d9f40bb46e320b92a69740806 (patch)
tree264631a51a1d5a5aeb4d7409c2e78a21a9220f20 /src
parentCopying CSS (diff)
downloadjoe-scripts-fc835600c0b3914d9f40bb46e320b92a69740806.tar.gz
joe-scripts-fc835600c0b3914d9f40bb46e320b92a69740806.tar.bz2
joe-scripts-fc835600c0b3914d9f40bb46e320b92a69740806.tar.xz
joe-scripts-fc835600c0b3914d9f40bb46e320b92a69740806.tar.zst
joe-scripts-fc835600c0b3914d9f40bb46e320b92a69740806.zip
CSS copy fix
Diffstat (limited to 'src')
-rwxr-xr-xsrc/update-gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
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] . '/';