[tor-commits] [torbrowser/maint-2.3] Make sure vidalia gets re-extracted when a patch changed

erinn at torproject.org erinn at torproject.org
Sat Apr 28 21:19:21 UTC 2012


commit c909d6c1a5e37885dce44f76fa11c5144974a149
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Sat Apr 28 22:56:30 2012 +0200

    Make sure vidalia gets re-extracted when a patch changed
    
    This caused an issue with a TBB release, when an older Vidalia was
    accidentally included.
---
 build-scripts/versions.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
index aeebee7..f783ee0 100644
--- a/build-scripts/versions.mk
+++ b/build-scripts/versions.mk
@@ -184,7 +184,7 @@ $(OPENSSL_DIR): $(FETCH_DIR)/$(OPENSSL_PACKAGE) ../src/current-patches/openssl/*
 	cp patch-any-src.sh $(OPENSSL_DIR)
 	cd $(OPENSSL_DIR) && ./patch-any-src.sh
 
-$(VIDALIA_DIR): $(FETCH_DIR)/$(VIDALIA_PACKAGE) | $(BUILD_DIR)
+$(VIDALIA_DIR): $(FETCH_DIR)/$(VIDALIA_PACKAGE) ../src/current-patches/vidalia/*patch | $(BUILD_DIR)
 	rm -rf $(VIDALIA_DIR)
 	cd $(FETCH_DIR) && tar -xmf $(VIDALIA_PACKAGE) -C $(BUILD_DIR)/
 ifeq (MacOS,$(PLATFORM))





More information about the tor-commits mailing list