aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-11-28 22:34:35 +0000
committerThierry Vignaud <tv@mandriva.org>2006-11-28 22:34:35 +0000
commit34c629432ece53f64363341ad68d054bfc82e251 (patch)
treeca2fd033b222ba589df59f37e0facf8761ae8117
parentc652e4a97a590c9886986f82908acc5758f3c2a2 (diff)
downloadiurt-34c629432ece53f64363341ad68d054bfc82e251.tar
iurt-34c629432ece53f64363341ad68d054bfc82e251.tar.gz
iurt-34c629432ece53f64363341ad68d054bfc82e251.tar.bz2
iurt-34c629432ece53f64363341ad68d054bfc82e251.tar.xz
iurt-34c629432ece53f64363341ad68d054bfc82e251.zip
fix obvious bug...
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 8c40de2..2e184fd 100755
--- a/iurt2
+++ b/iurt2
@@ -306,7 +306,7 @@ my %config_usage = (
desc => 'Name of the media holding basesystem packages',
default => sub {
my ($config, $run) = @_;
- "$config->{repository}/$run{distro}/$run{my_arch}/"
+ "$config->{repository}/$run->{distro}/$run->{my_arch}/"
}
},
basesystem_media => {