summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index d5634287..c2a0216b 100755
--- a/urpmi
+++ b/urpmi
@@ -235,7 +235,7 @@ while (defined($_ = shift @argv)) {
}
next;
}
- if (/\.urpm-rpmi$/) {
+ if (/\.urpmi$/) {
push @argv, split /\n/, cat_($_);
next;
}