From 31ae515432a8451c37c43bf1a54b577b2b00ed15 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 25 Jun 2011 18:20:13 +0200 Subject: [PATCH] correct download --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 4a9d002..9ccc514 100644 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ ADVICE="" TYPE="public" # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) ICON="http://www.image-acquire.com/images/irfanview.jpg" -X86="http://www.4shared.com/file/oZKhlLlj/iview430_setup.html" +X86="http://irfanview.tuwien.ac.at/iview430_setup.exe" X86PLUGINS="http://irfanview.tuwien.ac.at/plugins/irfanview_plugins_430_setup.exe" #AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi" ICONFILE=${ICON##*/} @@ -69,8 +69,7 @@ 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 exit 1 fi