[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbrowser/maint-2.2] OSX: add missing -f option to rm so it actually removes zips and xpis
commit cc4a6f91fa727ba9885c653513f40a18541eae46
Author: Erinn Clark <erinn@xxxxxxxxxxxxxx>
Date: Mon Aug 13 23:08:32 2012 +0100
OSX: add missing -f option to rm so it actually removes zips and xpis
---
build-scripts/osx.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index a9c5909..6ceb3e7 100644
--- a/build-scripts/osx.mk
+++ b/build-scripts/osx.mk
@@ -323,7 +323,7 @@ compressed-bundle-localized: bundle-localized_$(LANGCODE).stamp
-mkdir $(DISTDIR)
#hdiutil create -volname "Tor Browser Bundle for OS X" -format UDBZ -imagekey zlib-level=9 -srcfolder $(DISTDIR)/tmp/ $(DISTDIR)/$(DEFAULT_COMPRESSED_BASENAME)$(LANGCODE).dmg
zip -r $(DISTDIR)/$(DEFAULT_COMPRESSED_BASENAME)$(LANGCODE).zip $(NAME)_$(LANGCODE).app
- rm *.zip *.xpi
+ rm -f *.zip *.xpi
copy-files_%: generic-bundle.stamp
rm -fr $(NAME)_$*
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits