From 9df55324baa0ad23f2e827992ab072276e9582c4 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 4 May 2010 02:06:28 -0700 Subject: [PATCH] tests: pass z to tar so that BSD tar will know to ungzip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b29820c..6217d57e 100644 --- a/Makefile +++ b/Makefile @@ -274,7 +274,7 @@ find-trailing-spaces: fetch-and-unpack-deps: test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz rm -rf tahoe-deps - tar xf tahoe-deps.tar.gz + tar xzf tahoe-deps.tar.gz test-desert-island: $(MAKE) fetch-and-unpack-deps -- 2.45.2