Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6134)

Unified Diff: chrome/installer/linux/common/rpm.include

Issue 264913004: Select the correct RPM package manager on Mageia (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased only Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/common/rpm.include
diff --git a/chrome/installer/linux/common/rpm.include b/chrome/installer/linux/common/rpm.include
index 91b44596263b0aa1da8bfece532c614154d4f959..57f2bdc1462acf62fabd996a359548ca1b870745 100644
--- a/chrome/installer/linux/common/rpm.include
+++ b/chrome/installer/linux/common/rpm.include
@@ -71,7 +71,7 @@ determine_rpm_package_manager() {
"Fedora")
PACKAGEMANAGER=yum
;;
- "MandrivaLinux")
+ "Mageia"|"MandrivaLinux")
PACKAGEMANAGER=urpmi
;;
"SUSE LINUX")
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698