Signed-off-by: geraldo netto <[email protected]>
---
 rpm/GET | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rpm/GET b/rpm/GET
index 59f3bd7..58775e9 100755
--- a/rpm/GET
+++ b/rpm/GET
@@ -16,10 +16,10 @@ genlib()
 mkdir upstream
 cd upstream
 mkdir build
-wget http://rpm.org/releases/$PKG-$VERSION.x/$PKG-$VERSION.$MINOR.tar.bz2
+wget -c http://rpm.org/releases/$PKG-$VERSION.x/$PKG-$VERSION.$MINOR.tar.bz2
 tar xjvf $PKG-$VERSION.$MINOR.tar.bz2
 cd $PKG-$VERSION.$MINOR
-wget http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz
+wget -c http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz
 tar xzf db-4.5.20.tar.gz
 ln -s db-4.5.20 db
 patch -p1 < ../../nomakedev.patch # way simpler this way
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to