wok-stable rev 12278
get-dropbox: using https now...
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat May 05 01:10:21 2012 +0000 (2012-05-05) |
parents | ccc42dc5096b |
children | 73b94a5db083 |
files | get-dropbox/receipt get-dropbox/stuff/get-dropbox |
line diff
1.1 --- a/get-dropbox/receipt Fri May 04 22:38:36 2012 +0000 1.2 +++ b/get-dropbox/receipt Sat May 05 01:10:21 2012 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Get Dropbox daemon and client for online storage." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 WEB_SITE="http://www.getdropbox.com/" 1.7 +DEPENDS="wget" 1.8 TAGS="sync storage" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/get-dropbox/stuff/get-dropbox Fri May 04 22:38:36 2012 +0000 2.2 +++ b/get-dropbox/stuff/get-dropbox Sat May 05 01:10:21 2012 +0000 2.3 @@ -29,7 +29,7 @@ 2.4 cd $TEMP_DIR 2.5 2.6 # Download the file 2.7 -wget -O $TARBALL $URL 2.8 +wget --no-check-certificate -O $TARBALL $URL 2.9 2.10 if [ ! -f $TARBALL ]; then 2.11 echo "Could not download $TARBALL. Exiting."