aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3mir/files/patch-w3mir.PL
blob: 5c64be77bbd71cfd561aff71e17ea9c3fed20a76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- w3mir.PL.orig   Mon Feb  5 00:21:47 2001
+++ w3mir.PL    Sun Apr 17 21:43:30 2005
@@ -648,8 +648,10 @@
   $rum_url_o = url $rum_url_o 
     unless ref $rum_url_o;
   
+  my($slash)=($lf_url =~ /^\//);
   # Derive a filename from the url, the filename contains no URL-quoting
   my($lf_name) = (url "file:$lf_url")->unix_path;
+  $lf_name =~ s~^/~~ if (!$slash);
 
   # Make all intermediate directories
   &mkdir($lf_name) if $s==0;