From 066caee05210d10754188f7e2b55f60947ea12f4 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 10 Jan 2012 01:11:43 +0100 Subject: [PATCH] replace download --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index e6e8809..b5bdb0a 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