diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 16:18:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 16:18:57 +0000 |
commit | 14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c (patch) | |
tree | 813e89fa1bb25b368f26a97dc6a15883483e8d1f /mdkapplet | |
parent | 32def039ac8902f86cedae98eae4685d9c4118e0 (diff) | |
download | mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar.gz mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar.bz2 mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar.xz mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.zip |
(upgrade) run gurpmi with --replacefiles option (so that temporary
file conflicts doesn't break upgrade due to missing conflict tags)
will be used by gurpmi once it has restarted with 2009.0's update one
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ sub upgrade() { $refork_gurpmi = 1; # we cannot use installUpdates() as MandrivaUpdate needs the media # flaged as update (or else, we need to add a new option to MandrivaUpdate): - fork_gurpmi(); + fork_gurpmi('--replacefiles'); } sub fork_gurpmi { |