From 73c8a9626ba2b2b8ff20246a336771783c133213 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Fri, 25 Jan 2013 10:03:06 +0100 Subject: [PATCH] X11rdp: Remove duplicate entry for expat expat-2.0.1.tar.gz is declared twice, remove the first one. --- xorg/X11R7.6/buildx.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 5a593f1a..6ba15a2f 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -47,12 +47,6 @@ download_file() return $status elif [ "$file" = "MesaLib-7.10.3.tar.bz2" ]; then wget -cq ftp://ftp.freedesktop.org/pub/mesa/7.10.3/$file - status=$? - cd .. - return $status - elif [ "$file" = "expat-2.0.1.tar.gz" ]; then - wget -cq http://server1.xrdp.org/xrdp/expat-2.0.1.tar.gz - status=$? cd .. return $status