diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-13 15:54:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-13 15:54:49 +0000 |
commit | fa2ebccf61b9c5c1bf48be8f6ef8f0d5708d0753 (patch) | |
tree | 9623cb2a67a5fa1ff73abaa3709c20fee3dc39b5 /urpm.pm | |
parent | 370a6d5ffe088e8dc121b770166f34353fc6ba56 (diff) | |
download | urpmi-fa2ebccf61b9c5c1bf48be8f6ef8f0d5708d0753.tar urpmi-fa2ebccf61b9c5c1bf48be8f6ef8f0d5708d0753.tar.gz urpmi-fa2ebccf61b9c5c1bf48be8f6ef8f0d5708d0753.tar.bz2 urpmi-fa2ebccf61b9c5c1bf48be8f6ef8f0d5708d0753.tar.xz urpmi-fa2ebccf61b9c5c1bf48be8f6ef8f0d5708d0753.zip |
add a comment
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1570,6 +1570,7 @@ this could happen if you mounted manually the directory when creating the medium unlink "$urpm->{cachedir}/partial/$basename"; } else { #- try to sync (copy if needed) local copy after restored the previous one. + #- this is useful for rsync (?) my $wanted = ($medium->{synthesis} ? 'synthesis.' : '') . $medium->{hdlist}; if (-e "$urpm->{statedir}/$wanted") { urpm::util::copy( |