diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-10 17:44:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-10 17:44:15 +0000 |
commit | 285720a007d2d423823bcda551f738e41c22528d (patch) | |
tree | e092b0df8706437429bb7d4fc4067715a4eadd70 /urpm.pm | |
parent | 0a48000576777a80a8aca497746b395d8c453a06 (diff) | |
download | urpmi-285720a007d2d423823bcda551f738e41c22528d.tar urpmi-285720a007d2d423823bcda551f738e41c22528d.tar.gz urpmi-285720a007d2d423823bcda551f738e41c22528d.tar.bz2 urpmi-285720a007d2d423823bcda551f738e41c22528d.tar.xz urpmi-285720a007d2d423823bcda551f738e41c22528d.zip |
*** empty log message ***
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1258,9 +1258,8 @@ sub get_source_packages { #- we have found one source for id. push @local_sources, "$urpm->{cachedir}/rpms/$1-$2-$3.$4.rpm"; } else { - -d "$urpm->{cachedir}/rpms/$_" and next; - $error = 1; - $urpm->{error}("unable to determine rpms cache directory $urpm->{cachedir}/rpms"); + #- syncing on this directory cause newer .listing file to appears... + next; } } closedir D; |