Mercurial > hg > anonet-resdb
changeset 899:9b7f52cfc228 draft
s/tgz/tar/
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 28 Jan 2012 02:20:54 +0000 |
parents | 19cf9e1f41db |
children | 3d3031f8451d |
files | contrib/splicex/src/make.in contrib/splicex/src/pymake.in |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/splicex/src/make.in Mon Jan 23 12:14:13 2012 +0000 +++ b/contrib/splicex/src/make.in Sat Jan 28 02:20:54 2012 +0000 @@ -70,6 +70,6 @@ rm DEBIAN/splicex DEBIAN/*.deb -rf update: - wget http://www.d3v11.ano/splicex.tgz - tar -xvf ../splicex.tgz --directory='../' - rm ../splicex.tgz + wget http://www.d3v11.ano/splicex.tar + tar -xvf ../splicex.tar --directory='../' + rm ../splicex.tar
--- a/contrib/splicex/src/pymake.in Mon Jan 23 12:14:13 2012 +0000 +++ b/contrib/splicex/src/pymake.in Sat Jan 28 02:20:54 2012 +0000 @@ -57,6 +57,6 @@ rm DEBIAN/splicex DEBIAN/*.deb -rf update: - wget http://www.d3v11.ano/splicex.tgz - tar -xvf ../splicex.tgz --directory='../' - rm ../splicex.tgz + wget http://www.d3v11.ano/splicex.tar + tar -xvf ../splicex.tar --directory='../' + rm ../splicex.tar