From 641ef96dd70490ef676f4008aa658a55a262692e Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Mon, 18 Jul 2016 14:19:47 -0400
Subject: [PATCH] Reorder entries at browser/components/migration/moz.build

---
 helpers/make-firefox | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helpers/make-firefox b/helpers/make-firefox
index d1428ee7..16caa6e8 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -234,6 +234,9 @@ sed '/MOZILLA_UAVERSION/ s:Abrowser/:Firefox/:' -i netwerk/protocol/http/nsHttpH
 
 # Set migrator scripts
 sed 's/Abrowser/Firefox/g; s/abrowser/firefox/g' -i browser/components/migration/AbrowserProfileMigrator.js
+sed s/ChromeProfileMigrator/_temp_/ -i browser/components/migration/moz.build
+sed s/AbrowserProfileMigrator/ChromeProfileMigrator/ -i browser/components/migration/moz.build
+sed s/_temp_/AbrowserProfileMigrator/ -i browser/components/migration/moz.build
 
 # Postinst script to manage profile migration and system links
 echo '
-- 
GitLab