diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-03-18 12:25:20 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-03-18 12:25:20 +0000 |
commit | a871fdc2df808ae62a5e2243ca61ea14e6ce341f (patch) | |
tree | 5ff80e429b23b00a39a8ea3f2fe163157096d688 /iurt2 | |
parent | c8dfbeed735024e6c5fa916071136f600cc5d831 (diff) | |
download | iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar.gz iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar.bz2 iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar.xz iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.zip |
oops, fix stupid mistake
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -810,7 +810,7 @@ retry: } (my $log_dirname = $srpm) =~ s/.*:(.*)\.src.rpm/$1/; - $log_dir = "$local_spool/log/$log_dirname/"; + my $log_dir = "$local_spool/log/$log_dirname/"; # only create the log dir for the new srpm mkdir $log_dir; |