From 9df1d9bcedcffe85f57e8847891dc0af6173494a Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Mon, 6 Sep 2010 11:24:26 +0200 Subject: wget: removed "-c" option --- auto/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto/build b/auto/build index 249342e..ced2c4a 100755 --- a/auto/build +++ b/auto/build @@ -18,10 +18,10 @@ prebuild() ARCH=; [ "$LH_ARCHITECTURE" = "amd64" ] && ARCH="_64" URL="http://download.nvidia.com/XFree86/Linux-x86$ARCH/$VER/NVIDIA-Linux-x86$ARCH-$VER.run" if [ "$LH_CACHE" = "false" ]; then - wget -N -c -P config/chroot_local-includes/usr/src "$URL" + wget -N -P config/chroot_local-includes/usr/src "$URL" else mkdir -p cache - wget -N -c -P cache "$URL" + wget -N -P cache "$URL" cp "cache/$(basename "$URL")" "config/chroot_local-includes/usr/src/$(basename "$URL")" fi fi -- cgit v1.0