diff options
| author | d3v11 <d3v11@d3v11.ano> | 2011-09-23 00:43:37 -0500 | 
|---|---|---|
| committer | d3v11 <d3v11@d3v11.ano> | 2011-09-23 00:43:37 -0500 | 
| commit | b17d25598359d05d178cd4a36ee6b1aaa9c79d4c (patch) | |
| tree | d29de0bd1d010e7e569bcf96457c33e158a6bf21 | |
| parent | adaa1cbbde8cd6674934279ae5c4c42fa2f61fca (diff) | |
| download | resdb-b17d25598359d05d178cd4a36ee6b1aaa9c79d4c.tar.gz resdb-b17d25598359d05d178cd4a36ee6b1aaa9c79d4c.zip | |
changes Makefile on splice3
| -rw-r--r-- | contrib/splice3/Makefile | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/contrib/splice3/Makefile b/contrib/splice3/Makefile index 1ae7b80..2c97652 100644 --- a/contrib/splice3/Makefile +++ b/contrib/splice3/Makefile @@ -56,15 +56,15 @@ uninstall:  	rm  -f /usr/bin/splice3-deshadow  update-tor: -	usewithtor wget http://nbafkr7odek2wh6r.onion/splice3.tgz -O ../splice3.tar.gz -	tar -xvf ../splice3.tar.gz --directory='../' -	rm ../splice3.tar.gz +	usewithtor wget http://nbafkr7odek2wh6r.onion/splice3.tgz -O ../splice3.tgz +	tar -xvf ../splice3.tgz --directory='../' +	rm ../splice3.tgz  	cat CHANGES  update: -	wget http://www.d3v11.ano/splice3.tgz -O ../splice3.tar.gz -	tar -xvf ../splice3.tar.gz --directory='../' -	rm ../splice3.tar.gz +	wget http://www.d3v11.ano/splice3.tgz -O ../splice3.tgz +	tar -xvf ../splice3.tgz --directory='../' +	rm ../splice3.tgz  	cat CHANGES  clean: | 
