[tor-commits] [tor-browser-bundle/maint-6.5] Fix typos in macOS build script

gk at torproject.org gk at torproject.org
Tue Jan 17 11:21:38 UTC 2017


commit 5144d4e8d7156aae222a0ea4d57425d387eb62e9
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Jan 17 11:17:50 2017 +0000

    Fix typos in macOS build script
---
 gitian/mkbundle-mac.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/mkbundle-mac.sh b/gitian/mkbundle-mac.sh
index eaec986..ed05b22 100755
--- a/gitian/mkbundle-mac.sh
+++ b/gitian/mkbundle-mac.sh
@@ -97,7 +97,7 @@ cd mac-desktop.dmg
 rm -f $GITIAN_DIR/inputs/dmg-desktop.tar.xz
 $WRAPPER_DIR/build-helpers/dtar.sh $GITIAN_DIR/inputs/dmg-desktop.tar.xz .
 cd ../mac-applications.dmg
-rm -f $GITIAN_DIR/inputs/dmg-applications.tar-gz
+rm -f $GITIAN_DIR/inputs/dmg-applications.tar.xz
 $WRAPPER_DIR/build-helpers/dtar.sh $GITIAN_DIR/inputs/dmg-applications.tar.xz .
 
 cd $WRAPPER_DIR



More information about the tor-commits mailing list