From 177e317f4a5a57ca27b13cea579704edd1f62e28 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Mon, 26 Aug 2002 09:30:35 +0000 Subject: =?UTF-8?q?remove=20=C2=B4/=C2=B4=20in=20install=20call=20in=20urp?= =?UTF-8?q?me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- urpm.pm | 1 + urpme | 2 +- urpmi.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/urpm.pm b/urpm.pm index 67fc1a7a..2ce9d9d1 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1445,6 +1445,7 @@ sub reduce_pathname { #- remove any multiple /s or trailing /. #- then split all components of pathname. $dir =~ s/\/+/\//g; $dir =~ s/\/$//; + $dir =~ s/([^:]+:\/)?\/+/$1\//g; $dir =~ s/\/$//; my @paths = split '/', $dir; #- reset $dir, recompose it, and clean trailing / added by algorithm. diff --git a/urpme b/urpme index 395f8254..675098e2 100644 --- a/urpme +++ b/urpme @@ -127,7 +127,7 @@ if (@toremove > @l && !$auto) { =~ /[$noexpr]/ and exit 0; } -$urpm->install('/', \@toremove, {}, {}); +$urpm->install(\@toremove, {}, {}); sub toMb { my $nb = $_[0] / 1024 / 1024; diff --git a/urpmi.spec b/urpmi.spec index 19305fbe..fde88737 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -2,7 +2,7 @@ Name: urpmi Version: 4.0 -Release: 2mdk +Release: 3mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -175,6 +175,9 @@ fi %changelog +* Fri Aug 23 2002 Warly 4.0-3mdk +- fix urpme '/' pb + * Fri Aug 23 2002 François Pons 4.0-2mdk - added ssh parallel module extension. - fixed check of capabilities of distant urpmi. -- cgit v1.2.1