[tor-commits] [tor-browser-bundle/master] Bug 19065: Don't delete Tor Browser icons

gk at torproject.org gk at torproject.org
Tue May 17 19:14:48 UTC 2016


commit 091cb50929055718277fcede5f61c61504ab8b87
Author: Georg Koppen <gk at torproject.org>
Date:   Tue May 17 12:10:37 2016 +0000

    Bug 19065: Don't delete Tor Browser icons
    
    Deleting the extracted chrome/en-US folder is good but we should not
    delete the whole chrome folder as it contains the Tor Browser icons.
---
 gitian/descriptors/linux/gitian-bundle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/descriptors/linux/gitian-bundle.yml b/gitian/descriptors/linux/gitian-bundle.yml
index 39ad811..20315ec 100644
--- a/gitian/descriptors/linux/gitian-bundle.yml
+++ b/gitian/descriptors/linux/gitian-bundle.yml
@@ -197,7 +197,7 @@ script: |
   # For the proper search engines in our language packs
   unzip omni.ja chrome/en-US/locale/browser/searchplugins*
   mv chrome/en-US/locale/browser/searchplugins ~/build
-  rm -rf chrome
+  rm -rf chrome/en-US
   unzip omni.ja defaults/preferences/000-tor-browser.js
   cp defaults/preferences/000-tor-browser.js ~/build/
   # Set the locale of the bundle.



More information about the tor-commits mailing list