From 2715951c7b946436ba88e8502ccde77ece40b128 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 19 Jan 2012 15:36:01 +0100 Subject: [PATCH] correct download --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c5d00fc..2b0fad7 100644 --- a/build.sh +++ b/build.sh @@ -69,8 +69,8 @@ unix2dos $OUT/$PN/CLIENT_DATA/* fi else echo "Downloading file" - #wget -O /usr/portage/distfiles/$X86FILE $X86 - plowdown -o /usr/portage/distfiles $X86 + wget -O /usr/portage/distfiles/$X86FILE $X86 + #plowdown -o /usr/portage/distfiles $X86 exit 1 fi