forked from qt-creator/qt-creator
Meego: Allow re-installation of package with equal version number.
RPM does not allow this by default, but it's the standard workflow for developers. Merge-request: 283 Reviewed-by: Christian Kandeler
This commit is contained in:
committed by
Christian Kandeler
parent
263a636884
commit
34030efbc4
@@ -182,7 +182,8 @@ QString MaemoRpmPackageInstaller::installCommand() const
|
||||
|
||||
QStringList MaemoRpmPackageInstaller::installCommandArguments() const
|
||||
{
|
||||
return QStringList() << QLatin1String("-Uhv");
|
||||
// --replacepkgs to re-install package, even if the same version is already installed
|
||||
return QStringList() << QLatin1String("-Uhv") << QLatin1String("--replacepkgs");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user