[tor-commits] [tor-browser-bundle/master] Bug 18699: Stripping fails due to missing Browser/components

gk at torproject.org gk at torproject.org
Tue Apr 19 07:57:45 UTC 2016


commit b88da4141fa6b0b423047023939f151890e4af70
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Apr 1 07:16:19 2016 +0000

    Bug 18699: Stripping fails due to missing Browser/components
---
 gitian/descriptors/linux/gitian-firefox.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/descriptors/linux/gitian-firefox.yml b/gitian/descriptors/linux/gitian-firefox.yml
index 6398af5..b206bf5 100644
--- a/gitian/descriptors/linux/gitian-firefox.yml
+++ b/gitian/descriptors/linux/gitian-firefox.yml
@@ -156,7 +156,7 @@ script: |
   # Strip and generate debuginfo for the firefox binary that we keep, all *.so
   # files, the plugin-container, and the updater (see ticket #10126)
   cd $INSTDIR
-  for LIB in Browser/*.so Browser/webapprt-stub Browser/firefox Browser/plugin-container Browser/components/*.so Browser/browser/components/*.so Browser/updater
+  for LIB in Browser/*.so Browser/webapprt-stub Browser/firefox Browser/plugin-container Browser/browser/components/*.so Browser/updater
   do
     objcopy --only-keep-debug $LIB Debug/$LIB
     strip $LIB



More information about the tor-commits mailing list