summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-06 16:18:57 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-06 16:18:57 +0000
commit14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c (patch)
tree813e89fa1bb25b368f26a97dc6a15883483e8d1f /mdkapplet
parent32def039ac8902f86cedae98eae4685d9c4118e0 (diff)
downloadmgaonline-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-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 6ef49495..81679aa0 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -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 {