From 75cfabb2c025b708ba72fcd394f2c995e5c5b7e9 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 27 Aug 2021 22:54:25 -0400 Subject: * makeicecat: Note that the batch rebranding step will take a while. Thanks to Tony Simoes for the suggestion. --- makeicecat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeicecat b/makeicecat index 5cb016a..3700a0c 100755 --- a/makeicecat +++ b/makeicecat @@ -432,7 +432,7 @@ apply_batch_branding() find . | tac | grep -i firefox | ${RENAME_CMD} --nofullpath -E 's/firefox/icecat/;' -E 's/Firefox/IceCat/;' find services/fxaccounts/rust-bridge | tac | ${RENAME_CMD} --nofullpath -E 's/icecat-accounts/firefox-accounts/;' -E 's/IceCatAccounts/FirefoxAccounts/;' - echo "Running batch rebranding" + echo "Running batch rebranding (this will take a while)" local sed_script=" s|marketplace\\.firefox\\.com|f-droid.org/repository/browse|g; s/org\\.mozilla\\.firefox/org.gnu.icecat/g; -- cgit v1.2.3