aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-03-18 12:25:20 +0000
committerOlivier Blin <oblin@mandriva.com>2007-03-18 12:25:20 +0000
commita871fdc2df808ae62a5e2243ca61ea14e6ce341f (patch)
tree5ff80e429b23b00a39a8ea3f2fe163157096d688
parentc8dfbeed735024e6c5fa916071136f600cc5d831 (diff)
downloadiurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar
iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar.gz
iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar.bz2
iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.tar.xz
iurt-a871fdc2df808ae62a5e2243ca61ea14e6ce341f.zip
oops, fix stupid mistake
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 5c30611..5d31328 100755
--- a/iurt2
+++ b/iurt2
@@ -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;