15 lines
602 B
Diff
15 lines
602 B
Diff
diff --git a/chrome/installer/linux/rpm/chrome.spec.template b/chrome/installer/linux/rpm/chrome.spec.template
|
|
index e968b5fd711d61ce2bc723eacc04a1a504e4e0e0..8c1971be4e32fb89709a4c2a7448f5ed1ebd06c7 100644
|
|
--- a/chrome/installer/linux/rpm/chrome.spec.template
|
|
+++ b/chrome/installer/linux/rpm/chrome.spec.template
|
|
@@ -128,7 +128,8 @@ if [ ! -e "$DEFAULTS_FILE" ]; then
|
|
echo 'repo_add_once="true"' > "$DEFAULTS_FILE"
|
|
fi
|
|
|
|
-. "$DEFAULTS_FILE"
|
|
+# Don't install the Chrome repo (brave/brave-browser#1967)
|
|
+#. "$DEFAULTS_FILE"
|
|
|
|
if [ "$repo_add_once" = "true" ]; then
|
|
determine_rpm_package_manager
|