mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Makefile: oops, fix tahoe-deps/tahoe-lafs-deps mismatch
which broke fetch-and-unpack-deps
This commit is contained in:
parent
8d4f68bc09
commit
ea05241176
2
Makefile
2
Makefile
@ -272,7 +272,7 @@ find-trailing-spaces:
|
||||
fetch-and-unpack-deps:
|
||||
test -f tahoe-deps.tar.gz || wget https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-deps.tar.gz
|
||||
rm -rf tahoe-deps
|
||||
tar xzf tahoe-deps.tar.gz
|
||||
tar xzf tahoe-lafs-deps.tar.gz
|
||||
|
||||
test-desert-island:
|
||||
$(MAKE) fetch-and-unpack-deps
|
||||
|
Loading…
Reference in New Issue
Block a user