[tor-commits] [tor-browser-bundle/master] Fix the path to debuginfo zip.
mikeperry at torproject.org
mikeperry at torproject.org
Fri Oct 11 09:34:24 UTC 2013
commit 5b8f373e5fdfc733d2c4c1713337fd0112181db5
Author: Kathy Brade <brade at pearlcrescent.com>
Date: Fri Oct 11 02:33:19 2013 -0700
Fix the path to debuginfo zip.
---
gitian/mkbundle-linux.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh
index d421231..9281c01 100755
--- a/gitian/mkbundle-linux.sh
+++ b/gitian/mkbundle-linux.sh
@@ -126,7 +126,7 @@ then
mkdir -p $WRAPPER_DIR/$TORBROWSER_VERSION/
cp -a build/out/tor-browser-linux*xz* $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
- cp -a build/out/*debug.zip $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
+ cp -a $GITIAN_DIR/inputs/*debug.zip $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
touch $GITIAN_DIR/inputs/bundle-linux.gbuilt
else
echo
More information about the tor-commits
mailing list