From: Zooko O'Whielacronx Date: Tue, 4 May 2010 09:06:28 +0000 (-0700) Subject: tests: pass z to tar so that BSD tar will know to ungzip X-Git-Url: https://git.rkrishnan.org/module-simplejson.tests.html?a=commitdiff_plain;h=9df55324baa0ad23f2e827992ab072276e9582c4;p=tahoe-lafs%2Ftahoe-lafs.git tests: pass z to tar so that BSD tar will know to ungzip --- 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